1
0
Fork 0
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:
fgenesis 2024-04-26 03:26:28 +02:00
parent 09edbf49fd
commit 5b57d4d6ff

View file

@ -1967,6 +1967,7 @@ void DSQ::shutdown()
particleManager->clearParticleBank();
Shot::clearShotBank();
SkeletalSprite::clearCache();
tilemgr.destroy();
cursor->setTexturePointer(0);