mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
Delete mPhysicEngine when we are done with it
This commit is contained in:
parent
1ce77229c0
commit
fb2f6f3c02
@ -218,6 +218,7 @@ OMW::Engine::~Engine()
|
|||||||
delete mEnvironment.mDialogueManager;
|
delete mEnvironment.mDialogueManager;
|
||||||
delete mScriptManager;
|
delete mScriptManager;
|
||||||
delete mScriptContext;
|
delete mScriptContext;
|
||||||
|
delete mPhysicEngine;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load all BSA files in data directory.
|
// Load all BSA files in data directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user