All of a sudden, it's lagging like hell

This commit is contained in:
2023-02-28 05:59:44 +11:00
parent d3a3896efe
commit 14602b0750
7 changed files with 74 additions and 42 deletions

View File

@@ -842,7 +842,7 @@ int Box_hookNode(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Liter
{"drawNode", nativeDrawNode},
{"callNodeFn", nativeCallNodeFn},
//TODO: get rect, get node var, create empty node, get root node
//TODO: get rect, get node var, create empty node
{NULL, NULL},
};