Decal mask cleanup

This commit is contained in:
luboslenco
2020-03-10 14:09:26 +01:00
parent 3b90cfcd5a
commit bb9a2182a7
6 changed files with 6 additions and 50 deletions
-3
View File
@@ -302,9 +302,6 @@ class Uniforms {
if (link == "_textexttool") { // Opacity map for text
return UITrait.inst.textToolImage;
}
if (link == "_texdecalmask") { // Opacity map for decal
return UITrait.inst.decalMaskImage;
}
if (link == "_texbrushmask") {
return UITrait.inst.brushMaskImage;
}