Remove __gc from renderer
This commit is contained in:
parent
3c53b275f0
commit
5bacdf12c6
1 changed files with 0 additions and 3 deletions
|
@ -124,8 +124,5 @@ luaK_kiwmi_renderer_register(lua_State *L)
|
||||||
lua_pushcfunction(L, luaK_usertype_ref_equal);
|
lua_pushcfunction(L, luaK_usertype_ref_equal);
|
||||||
lua_setfield(L, -2, "__eq");
|
lua_setfield(L, -2, "__eq");
|
||||||
|
|
||||||
lua_pushcfunction(L, luaK_kiwmi_object_gc);
|
|
||||||
lua_setfield(L, -2, "__gc");
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue