mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
[FSX] Fix issue that interpolated aircraft parts are not used
refs #780
This commit is contained in:
committed by
Klaus Basan
parent
309e5c96cd
commit
f8fe843687
@@ -659,7 +659,7 @@ namespace BlackSimPlugin
|
|||||||
CAircraftPartsList parts;
|
CAircraftPartsList parts;
|
||||||
if (partsStatus.supportsParts)
|
if (partsStatus.supportsParts)
|
||||||
{
|
{
|
||||||
this->m_interpolator->getPartsBeforeTime(callsign, currentTimestamp, partsStatus);
|
parts = this->m_interpolator->getPartsBeforeTime(callsign, currentTimestamp, partsStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interpolatorStatus.allTrue())
|
if (interpolatorStatus.allTrue())
|
||||||
|
|||||||
Reference in New Issue
Block a user