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:
commit
2700fa37df
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue