Fast tilemap example.

This commit is contained in:
jussi
2025-03-17 21:51:49 +02:00
parent 7d59796907
commit d0bfd1f71d
4 changed files with 185 additions and 82 deletions

View File

@@ -166,6 +166,8 @@ static void platformSendEvents() {
return;
}
lua_pop( L, -1 );
for ( int i = 0; i < state->SDL_eventQueueLen; i++ ) {
bool call = false;
lua_getglobal( L, "RL" );