Prevented a potential null access

This commit is contained in:
2022-10-03 20:04:56 +01:00
parent 37663efcc0
commit 4ca1c80015
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import engine;
//this function must always be called, or the engine won't run
initWindow("Airport Game", 800, 600, false);
loadRootNode("assets/scripts/root.toy");