mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
fix crash on shutdown (didn't happen on alt+f4 for some reason)
This commit is contained in:
parent
09edbf49fd
commit
5b57d4d6ff
1 changed files with 1 additions and 0 deletions
|
@ -1967,6 +1967,7 @@ void DSQ::shutdown()
|
|||
particleManager->clearParticleBank();
|
||||
Shot::clearShotBank();
|
||||
SkeletalSprite::clearCache();
|
||||
tilemgr.destroy();
|
||||
|
||||
|
||||
cursor->setTexturePointer(0);
|
||||
|
|
Loading…
Reference in a new issue