diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ int main( int argn, const char **argc ) { if ( WindowShouldClose() ) { state->run = false; } - luaCallProcess(); + luaCallUpdate(); luaCallDraw(); } luaCallExit(); |
