mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 15:36:40 +00:00
Delete mPhysicEngine when we are done with it
This commit is contained in:
parent
1ce77229c0
commit
fb2f6f3c02
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ OMW::Engine::~Engine()
|
|||
delete mEnvironment.mDialogueManager;
|
||||
delete mScriptManager;
|
||||
delete mScriptContext;
|
||||
delete mPhysicEngine;
|
||||
}
|
||||
|
||||
// Load all BSA files in data directory.
|
||||
|
|
Loading…
Reference in a new issue