mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Lua: Object tables were left on stack, fixed.
This commit is contained in:
@ -167,4 +167,5 @@ void LuaManager::RegisterMeasure(lua_State* L)
|
||||
luaL_register(L, "CMeasure", functions);
|
||||
lua_pushvalue(L, -1);
|
||||
lua_setfield(L, -2, "__index");
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user