This commit is contained in:
luboslenco
2020-10-16 11:20:07 +02:00
parent f208f1ec6c
commit a2de6a45f4
10 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ class Uniforms {
#if arm_painter
case "_texcolorid": {
if (Project.assets.length == 0) return RenderPath.active.renderTargets.get("empty_white").image;
else return UISidebar.inst.getImage(Project.assets[Context.colorIdHandle.position]);
else return Project.getImage(Project.assets[Context.colorIdHandle.position]);
}
case "_texuvmap": {
if (!UVUtil.uvmapCached) {