[FSX] Fix issue that interpolated aircraft parts are not used

refs #780
This commit is contained in:
Roland Winklmeier
2016-10-21 19:46:10 +02:00
committed by Klaus Basan
parent 309e5c96cd
commit f8fe843687

View File

@@ -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())