mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T259, Ref T243 removed guessing from FSX driver code (now in interpolator) and also use guessing in emulated driver
This commit is contained in:
committed by
Roland Winklmeier
parent
f1faeef84a
commit
5c6a37c669
@@ -424,7 +424,7 @@ namespace BlackSimPlugin
|
||||
CPartsStatus statusParts;
|
||||
Q_ASSERT_X(im, Q_FUNC_INFO, "interpolator missing");
|
||||
const CAircraftSituation s = im->getInterpolatedSituation(now, setup, statusInterpolation);
|
||||
const CAircraftParts p = im->getInterpolatedParts(now, setup, statusParts, log);
|
||||
const CAircraftParts p = im->getInterpolatedOrGuessedParts(now, setup, statusParts, log);
|
||||
m_countInterpolatedParts++;
|
||||
m_countInterpolatedSituations++;
|
||||
Q_UNUSED(s);
|
||||
|
||||
Reference in New Issue
Block a user