mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +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;
|
||||
if (partsStatus.supportsParts)
|
||||
{
|
||||
this->m_interpolator->getPartsBeforeTime(callsign, currentTimestamp, partsStatus);
|
||||
parts = this->m_interpolator->getPartsBeforeTime(callsign, currentTimestamp, partsStatus);
|
||||
}
|
||||
|
||||
if (interpolatorStatus.allTrue())
|
||||
|
||||
Reference in New Issue
Block a user