NasalSys: process nasal::Ghost deletion queue.
This commit is contained in:
parent
33d23026c4
commit
26a4948642
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue