Build option for Lua events that is off by default.
This commit is contained in:
@@ -1129,7 +1129,7 @@ bool luaCallMain() {
|
||||
|
||||
void luaCallProcess() {
|
||||
|
||||
#ifdef PLATFORM_DESKTOP_SDL
|
||||
#if defined PLATFORM_DESKTOP_SDL && defined LUA_EVENTS
|
||||
platformSendEvents();
|
||||
#endif
|
||||
lua_State *L = state->luaState;
|
||||
|
||||
Reference in New Issue
Block a user