1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 22:11:34 +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();