From 9b27daefc225752f3f24ea862e9c2be13f8addf6 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 18 Feb 2024 15:26:21 +0200 Subject: Process renamed to update to be more inline with naming of raylib and common convention. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 75bd693..3557bc5 100644 --- a/src/main.c +++ b/src/main.c @@ -70,7 +70,7 @@ int main( int argn, const char **argc ) { if ( WindowShouldClose() ) { state->run = false; } - luaCallProcess(); + luaCallUpdate(); luaCallDraw(); } luaCallExit(); -- cgit v1.2.3