stability improvements, fixes

This commit is contained in:
turanszkij
2020-03-07 16:18:23 +00:00
parent 4318b000e1
commit d95dfa7ef2
81 changed files with 963 additions and 1180 deletions
-4
View File
@@ -36,10 +36,6 @@ MainComponent_BindLua::MainComponent_BindLua(lua_State *L)
component = nullptr;
}
MainComponent_BindLua::~MainComponent_BindLua()
{
}
int MainComponent_BindLua::GetActivePath(lua_State *L)
{
if (component == nullptr)