Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -70,7 +70,7 @@ int main( int argn, const char **argc ) {
|
||||
if ( WindowShouldClose() ) {
|
||||
state->run = false;
|
||||
}
|
||||
luaCallProcess();
|
||||
luaCallUpdate();
|
||||
luaCallDraw();
|
||||
}
|
||||
luaCallExit();
|
||||
|
||||
Reference in New Issue
Block a user