It's not delays that are the problem now.

This commit is contained in:
Jason Felds
2011-03-30 21:57:54 -04:00
parent 34813c26ef
commit 58724886d5
+1 -1
View File
@@ -546,7 +546,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
fBPS = itBPMS->m_fBPS;
itBPMS ++;
break;
case FOUND_STOP: // TODO: update for Delays.
case FOUND_STOP:
{
fTimeToNextEvent = itSS->m_fStopSeconds;
fNextEventTime = fLastTime + fTimeToNextEvent;