Ref T668, minor style changes and improvemments

This commit is contained in:
Klaus Basan
2019-05-16 14:34:27 +02:00
parent 01ba89ce0e
commit da8e504d67
9 changed files with 45 additions and 26 deletions

View File

@@ -266,6 +266,7 @@ namespace BlackMisc
log.deltaSampleTimesMs = dt2;
log.simTimeFraction = timeFraction;
log.tsInterpolated = interpolatedTime; // without offsets
log.interpolantRecalc = m_interpolant.isRecalculated();
}
return m_interpolant;