Reparse mesh material on mask apply

This commit is contained in:
luboslenco
2019-10-25 13:48:04 +02:00
parent 7f3467d2dd
commit 0a04313b7b
+1 -1
View File
@@ -136,7 +136,7 @@ class TabLayers {
Context.setLayer(l);
History.applyMask();
l.applyMask();
Context.setLayer(l); // Parse mesh material
MaterialParser.parseMeshMaterial();
g.begin();
iron.App.removeRender(makeApply);
}