Fixed an issue with memory

This commit is contained in:
2022-10-03 07:29:24 +01:00
parent 39aa3ca51d
commit bd32a1d221
3 changed files with 15 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
import standard;
//root node can load the whole scene, and essentially act as the scene object
fn onInit() {
print "root.toy:onInit() called";
}
fn onStep() {
import standard;
print "root.toy:onStep() called";
print clock();
}