mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Fixed typo setGroundSpeed
This commit is contained in:
@@ -73,7 +73,7 @@ namespace BlackSimPlugin
|
||||
situation.setPosition(position);
|
||||
situation.setAltitude(CAltitude(dHigh + dLow, CAltitude::MeanSeaLevel, CLengthUnit::m()));
|
||||
double groundSpeed = positionVelocity.ground_velocity / 65536.0;
|
||||
situation.setGroundspeed(CSpeed(groundSpeed, CSpeedUnit::m_s()));
|
||||
situation.setGroundSpeed(CSpeed(groundSpeed, CSpeedUnit::m_s()));
|
||||
|
||||
FS_PBH pbhstrct;
|
||||
pbhstrct.pbh = positionVelocity.pbh;
|
||||
|
||||
Reference in New Issue
Block a user