1
0
Fork 0

NasalSys: process nasal::Ghost deletion queue.

This commit is contained in:
Thomas Geymayer 2014-06-15 16:36:35 +02:00
parent 33d23026c4
commit 26a4948642

View file

@ -926,6 +926,9 @@ void FGNasalSys::update(double)
_unloadList.pop()->unload();
}
// Destroy all queued ghosts
nasal::ghostProcessDestroyList();
// The global context is a legacy thing. We use dynamically
// created contexts for naCall() now, so that we can call them
// recursively. But there are still spots that want to use it for