mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fixed typo setGroundSpeed
This commit is contained in:
@@ -367,7 +367,7 @@ namespace BlackSimPlugin
|
||||
situation.setBank(bank);
|
||||
situation.setHeading(heading);
|
||||
situation.setPitch(pitch);
|
||||
situation.setGroundspeed(groundspeed);
|
||||
situation.setGroundSpeed(groundspeed);
|
||||
situation.setAltitude(altitude);
|
||||
aircraft.setSituation(situation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user