millimicronanopico setmarker texture fix (object print consistency)

This commit is contained in:
ApsZoldat
2023-12-13 18:24:08 +03:00
parent 5830259e41
commit 317a533b5c

View File

@@ -1995,7 +1995,7 @@ public class LExecutor{
marker.setTexture(exec.textBuffer.toString());
exec.textBuffer.setLength(0);
}else{
marker.setTexture((exec.obj(p2) != null ? exec.obj(p2).toString() : "null"));
marker.setTexture(PrintI.toString(exec.obj(p2)));
}
}else{
marker.control(type, exec.numOrNan(p1), exec.numOrNan(p2), exec.numOrNan(p3));