mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e611f5109d
commit
f2096bd826
@@ -188,7 +188,7 @@ namespace BlackMisc
|
||||
{
|
||||
// recalculate derivatives only if they changed
|
||||
const bool recalculate = (m_currentTimeMsSinceEpoch >= m_nextSampleAdjustedTime) || // new step
|
||||
(m_situationsLastModified > m_situationsLastModifiedUsed); // modified
|
||||
(m_situationsLastModified > m_situationsLastModifiedUsed); // modified
|
||||
|
||||
if (recalculate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user