mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fixed typo setGroundSpeed
This commit is contained in:
@@ -965,7 +965,7 @@ namespace BlackCore
|
||||
auto history = this->m_situationsByCallsign[callsign];
|
||||
if (history.empty()) { return; } // we need one full situation
|
||||
interimSituation.setCurrentUtcTime();
|
||||
interimSituation.setGroundspeed(history.latestObject().getGroundSpeed());
|
||||
interimSituation.setGroundSpeed(history.latestObject().getGroundSpeed());
|
||||
}
|
||||
|
||||
// store situation history
|
||||
|
||||
Reference in New Issue
Block a user