1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 05:09:43 +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:
LuaManager(const VFS::Manager* vfs, const std::string& libsDir);
~LuaManager() { clear(); }
// Called by engine.cpp when the environment is fully initialized.
void init();