Added a debugging print for HW acceleration

This commit is contained in:
2023-02-28 14:13:23 +11:00
parent 7a8724f13e
commit 5800341ac6
3 changed files with 13 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ fn onStep(node: opaque) {
}
fn onDraw(node: opaque) {
print stepCounter;
//print stepCounter;
stepCounter = 0;
var screenWidth: int const = getRootNode().callNodeFn("getScreenWidth");