... and keep the "groundradar" update rate :-)
This commit is contained in:
parent
62ec8fd1d4
commit
a5696122f1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ bool FGInstrumentMgr::build ()
|
|||
set_subsystem( id, new MasterReferenceGyro( node ) );
|
||||
|
||||
} else if ( name == "groundradar" ) {
|
||||
set_subsystem( id, new GroundRadar( node ) );
|
||||
set_subsystem( id, new GroundRadar( node ), 1 );
|
||||
|
||||
} else {
|
||||
SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: "
|
||||
|
|
Loading…
Reference in a new issue