[warps] Add comment for thing to fix.
This commit is contained in:
+1
-1
@@ -544,7 +544,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
|
|||||||
fBPS = itBPMS->m_fBPS;
|
fBPS = itBPMS->m_fBPS;
|
||||||
itBPMS ++;
|
itBPMS ++;
|
||||||
break;
|
break;
|
||||||
case FOUND_STOP:
|
case FOUND_STOP: // TODO: update for Delays.
|
||||||
fTimeToNextEvent = bIsWarping ? 0 : itSS->m_fStopSeconds;
|
fTimeToNextEvent = bIsWarping ? 0 : itSS->m_fStopSeconds;
|
||||||
fNextEventTime = fLastTime + fTimeToNextEvent;
|
fNextEventTime = fLastTime + fTimeToNextEvent;
|
||||||
const bool bIsDelay = itSS->m_bDelay;
|
const bool bIsDelay = itSS->m_bDelay;
|
||||||
|
|||||||
Reference in New Issue
Block a user