It's not delays that are the problem now.
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
|
|||||||
fBPS = itBPMS->m_fBPS;
|
fBPS = itBPMS->m_fBPS;
|
||||||
itBPMS ++;
|
itBPMS ++;
|
||||||
break;
|
break;
|
||||||
case FOUND_STOP: // TODO: update for Delays.
|
case FOUND_STOP:
|
||||||
{
|
{
|
||||||
fTimeToNextEvent = itSS->m_fStopSeconds;
|
fTimeToNextEvent = itSS->m_fStopSeconds;
|
||||||
fNextEventTime = fLastTime + fTimeToNextEvent;
|
fNextEventTime = fLastTime + fTimeToNextEvent;
|
||||||
|
|||||||
Reference in New Issue
Block a user