Remove an unnecessary property set.
This commit is contained in:
parent
756f05501b
commit
11290e8022
1 changed files with 1 additions and 2 deletions
|
@ -315,8 +315,7 @@ void FGAIAircraft::Run(double dt) {
|
|||
rotation = hdg - user_heading;
|
||||
if (rotation < 0.0) rotation += 360.0;
|
||||
|
||||
} else
|
||||
props->setBoolValue("radar/in-range", false);
|
||||
}
|
||||
|
||||
//************************************//
|
||||
// Tanker code //
|
||||
|
|
Loading…
Reference in a new issue