mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 10:03:49 -04:00
Fix type in the preprocessor directive
This commit is contained in:
parent
f29bfb6b8e
commit
792fbfe2e1
@ -178,7 +178,7 @@ void LangLua::LoadProgram(const char *filename)
|
||||
|
||||
constexpr auto functions_n = sizeof(ScriptFunctions::functions) / sizeof(ScriptFunctions::functions[0]);
|
||||
|
||||
#if __arm__
|
||||
#ifdef __arm__
|
||||
LuaFuctionData *functions_ = functions(IndicesFor<functions_n>{});
|
||||
#else
|
||||
LuaFuctionData *functions_ = functions<sizeof(ScriptFunctions::functions) / sizeof(ScriptFunctions::functions[0])>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user