[br:warps] Fix compile by easing scope
This commit is contained in:
@@ -547,6 +547,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
|
|||||||
itBPMS ++;
|
itBPMS ++;
|
||||||
break;
|
break;
|
||||||
case FOUND_STOP: // TODO: update for Delays.
|
case FOUND_STOP: // TODO: update for Delays.
|
||||||
|
{
|
||||||
fTimeToNextEvent = itSS->m_fStopSeconds;
|
fTimeToNextEvent = itSS->m_fStopSeconds;
|
||||||
fNextEventTime = fLastTime + fTimeToNextEvent;
|
fNextEventTime = fLastTime + fTimeToNextEvent;
|
||||||
const bool bIsDelay = itSS->m_bDelay;
|
const bool bIsDelay = itSS->m_bDelay;
|
||||||
@@ -560,6 +561,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
|
|||||||
}
|
}
|
||||||
fLastTime = fNextEventTime;
|
fLastTime = fNextEventTime;
|
||||||
itSS ++;
|
itSS ++;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case FOUND_WARP:
|
case FOUND_WARP:
|
||||||
bIsWarping = true;
|
bIsWarping = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user