mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
leak fix
This commit is contained in:
parent
6d37f53fa2
commit
090c0586a0
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ namespace MWRender
|
|||
}
|
||||
MWSkyManager::~MWSkyManager()
|
||||
{
|
||||
delete mSun;
|
||||
}
|
||||
|
||||
void MWSkyManager::update(float duration)
|
||||
|
|
Loading…
Reference in a new issue