1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-10 15:45:37 +00:00

Merge branch 'lua_fix' into 'master'

Remove incorrect destructor that was added in !1557.

See merge request OpenMW/openmw!1560
This commit is contained in:
Evil Eye 2022-01-15 15:20:10 +00:00
commit 2700fa37df

View File

@ -24,7 +24,6 @@ namespace MWLua
{ {
public: public:
LuaManager(const VFS::Manager* vfs, const std::string& libsDir); LuaManager(const VFS::Manager* vfs, const std::string& libsDir);
~LuaManager() { clear(); }
// Called by engine.cpp when the environment is fully initialized. // Called by engine.cpp when the environment is fully initialized.
void init(); void init();