mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-15 19:57:08 +12:00
Work you dumb
This commit is contained in:
parent
17f1b6a447
commit
83cc00b4ad
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ void LuaManager::initializeThunks() {
|
||||||
};
|
};
|
||||||
|
|
||||||
luaL_register(L, "GLOBALS", functions);
|
luaL_register(L, "GLOBALS", functions);
|
||||||
#ifdef __ANDROID__
|
#ifndef __ANDROID__
|
||||||
Haptics::registerFunctions(L);
|
Haptics::registerFunctions(L);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue