mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T259, Ref T243 pass the providers along the hierarchy
This commit is contained in:
@@ -1527,7 +1527,7 @@ namespace BlackSimPlugin
|
||||
}
|
||||
else
|
||||
{
|
||||
simObject = CSimConnectObject(aircraft, requestId, &m_interpolationLogger);
|
||||
simObject = CSimConnectObject(aircraft, requestId, this, this, this->getRemoteAircraftProvider(), &m_interpolationLogger);
|
||||
}
|
||||
m_simConnectObjects.insert(aircraft.getCallsign(), simObject);
|
||||
return simObject;
|
||||
|
||||
Reference in New Issue
Block a user