Fix picker storage

This commit is contained in:
luboslenco
2019-11-17 17:51:50 +01:00
parent fa8ea98eeb
commit f42bc30981
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class MaterialBuilder {
frag.write('fragColor[1] = textureLod(texpaint_nor, texCoordInp, 0.0);');
frag.write('fragColor[2] = textureLod(texpaint_pack, texCoordInp, 0.0);');
frag.write('fragColor[0].a = texCoordInp.x;');
frag.write('fragColor[1].a = texCoordInp.y;');
frag.write('fragColor[2].a = texCoordInp.y;');
}
con_paint.data.shader_from_source = true;