Update lua_manager.hpp

This commit is contained in:
Paris 2023-10-17 00:07:48 +03:00 committed by GitHub
parent 07afcfb24c
commit 66ef63899a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ class LuaManager {
}
};
#elif // Lua not enabled, Lua manager does nothing
#else // Lua not enabled, Lua manager does nothing
class LuaManager {
public:
LuaManager(Memory& mem) {}
@ -55,4 +55,4 @@ class LuaManager {
void reset() {}
void signalEvent(LuaEvent e) {}
};
#endif
#endif