1
0
Fork 0

Fix unit-tests for particles lifetime.

Missed call to ParticlesGlobalManager::clear on scenery shutdown
This commit is contained in:
James Turner 2021-02-14 16:40:00 +00:00
parent af3afb55db
commit 00dbd23bec

View file

@ -507,6 +507,8 @@ void FGScenery::shutdown()
// Toggle the setup flag.
_inited = false;
simgear::ParticlesGlobalManager::clear();
}