Fixed an issue with memory
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user