Updated Toy to the beta tag

This commit is contained in:
2026-05-25 19:55:11 +10:00
parent 465530923e
commit 67dda3fa49
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -218,7 +218,7 @@ int main() {
//process the actors (if possible)
processActors(&vm);
//run the onStep function
//run the onFrame function
Toy_runVM(&vm); //no check needed, empty VMs are skipped
//drawing
@@ -229,7 +229,7 @@ int main() {
EndDrawing();
}
//clear onStep
//clear after the final frame
if (onFrame != NULL) {
Toy_resetVM(&vm, false, false);
}