mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T423, changed strategy to force position updates
* force update for "some time", and remove all sent information * no longer update some cycles, but for some time * updated FSX/P3D/XPlane drivers
This commit is contained in:
@@ -1741,7 +1741,7 @@ namespace BlackSimPlugin
|
||||
|
||||
int simObjectNumber = 0;
|
||||
const bool traceSendId = this->isTracingSendId();
|
||||
const bool updateAllAircraft = m_updateAllRemoteAircraftCycles > 0;
|
||||
const bool updateAllAircraft = this->isUpdateAllRemoteAircraft(currentTimestamp);
|
||||
for (const CSimConnectObject &simObject : simObjects)
|
||||
{
|
||||
// happening if aircraft is not yet added to simulator or to be deleted
|
||||
|
||||
Reference in New Issue
Block a user