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