Mask for base layer

This commit is contained in:
luboslenco
2020-02-18 11:47:02 +01:00
parent f281e497d2
commit 3fe791337d
3 changed files with 12 additions and 1 deletions
-1
View File
@@ -330,7 +330,6 @@ class Uniforms {
}
if (link.startsWith("_texpaint_mask")) {
var tid = Std.parseInt(link.substr(link.length - 1));
trace(tid);
return Project.layers[tid].texpaint_mask;
}
if (link.startsWith("_texpaint_nor")) {