[warps] Add comment for thing to fix.

This commit is contained in:
Jason Felds
2011-03-25 16:33:57 -04:00
parent f4ecfd08f9
commit b94ff7785f
+1 -1
View File
@@ -544,7 +544,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
fBPS = itBPMS->m_fBPS;
itBPMS ++;
break;
case FOUND_STOP:
case FOUND_STOP: // TODO: update for Delays.
fTimeToNextEvent = bIsWarping ? 0 : itSS->m_fStopSeconds;
fNextEventTime = fLastTime + fTimeToNextEvent;
const bool bIsDelay = itSS->m_bDelay;