Fix another one of those mistakes. I really shouldn't mess with code from others (without looking at it closely) :-(
This commit is contained in:
parent
c4c67480ff
commit
83ca912de2
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ SubmodelSystem::init ()
|
|||
_trigger_node->setBoolValue(false);
|
||||
|
||||
_amount_node = fgGetNode("/systems/submodel/amount", true);
|
||||
_amount_node->setIntValue(0);
|
||||
|
||||
_user_lat_node = fgGetNode("/position/latitude-deg", true);
|
||||
_user_lon_node = fgGetNode("/position/longitude-deg", true);
|
||||
|
|
Loading…
Reference in a new issue