Fixed typo setGroundSpeed

This commit is contained in:
Klaus Basan
2016-05-05 12:25:00 +02:00
parent 1a62de8dc3
commit 96189f530b
9 changed files with 18 additions and 18 deletions

View File

@@ -114,7 +114,7 @@ namespace BlackSimPlugin
situation.setHeading({ m_xplaneData.trueHeading, Aviation::CHeading::True, CAngleUnit::deg() });
situation.setPitch({ m_xplaneData.pitch, CAngleUnit::deg() });
situation.setBank({ m_xplaneData.roll, CAngleUnit::deg() });
situation.setGroundspeed({ m_xplaneData.groundspeed, CSpeedUnit::m_s() });
situation.setGroundSpeed({ m_xplaneData.groundspeed, CSpeedUnit::m_s() });
// updates
updateOwnIcaoCodes(m_xplaneData.aircraftIcaoCode, CAirlineIcaoCode());