From 6557a2ebca62c6670736b4ec2914a2aca60dbdba Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 10 Feb 2024 21:06:09 +0200 Subject: Build option for Lua events that is off by default. --- src/lua_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_core.c') diff --git a/src/lua_core.c b/src/lua_core.c index 970a2ba..3ce5474 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -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; -- cgit v1.2.3