Trying to render faster...

This commit is contained in:
2023-07-30 23:40:24 +10:00
parent ad0539be68
commit b3179d96f2
2 changed files with 11 additions and 10 deletions

View File

@@ -12,7 +12,6 @@ fn onDraw(node: opaque) {
var posX: int const = node.getNodeWorldPositionX();
var posY: int const = node.getNodeWorldPositionY();
//draw everything at twice the original size
var scaleX: float const = node.getNodeWorldScaleX();
var scaleY: float const = node.getNodeWorldScaleY();