set tower position at startup
This commit is contained in:
parent
3b5fed01ca
commit
235b35ef9a
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ struct FGTowerLocationListener : SGPropertyChangeListener {
|
|||
|
||||
void fgInitTowerLocationListener() {
|
||||
fgGetNode("/sim/tower/airport-id", true)
|
||||
->addChangeListener( new FGTowerLocationListener() );
|
||||
->addChangeListener( new FGTowerLocationListener(), true );
|
||||
}
|
||||
|
||||
// Set current_options lon/lat given an airport id and heading (degrees)
|
||||
|
|
Loading…
Reference in a new issue