Work you dumb

This commit is contained in:
sylvieee-iot 2024-12-31 17:55:57 +02:00 committed by GitHub
parent 17f1b6a447
commit 83cc00b4ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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