Whoops, how did that not break stuff?
This commit is contained in:
@@ -14,6 +14,9 @@ fn onStep(node: opaque) {
|
||||
if (counter >= 60) {
|
||||
counter = 0;
|
||||
node.incrementCurrentNodeFrame();
|
||||
print "---";
|
||||
print node.getCurrentNodeFrame();
|
||||
print node.getNodeFrames();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user