mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T423, force update if simulator was paused or interrupted before
* force full updates for some cycles "m_updateAllRemoteAircraftCycles" * only use "emitSimulatorCombinedStatus" to emit changed simulator status * renamed to "finishUpdateRemoteAircraftAndSetStatistics" * override "forced" in "getInterpolationSetupConsolidated" This addresses the issue that aircraft appear below ground after moving the aircraft
This commit is contained in:
@@ -451,7 +451,7 @@ namespace BlackSimPlugin
|
||||
Q_UNUSED(p);
|
||||
}
|
||||
|
||||
this->setStatsRemoteAircraftUpdate(now);
|
||||
this->finishUpdateRemoteAircraftAndSetStatistics(now);
|
||||
}
|
||||
|
||||
CSimulatorEmulatedListener::CSimulatorEmulatedListener(const CSimulatorPluginInfo &info)
|
||||
|
||||
Reference in New Issue
Block a user