Partial revert. Restore most delays/stops.
The only thing to fix properly is when stops and delays share the same row.
This commit is contained in:
+1
-2
@@ -938,8 +938,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
|
||||
iEventType = FOUND_DELAY;
|
||||
}
|
||||
if (itSS != segs[SEGMENT_STOP].end() &&
|
||||
(*itSS)->GetRow() < iEventRow &&
|
||||
iEventType != FOUND_DELAY )
|
||||
(*itSS)->GetRow() < iEventRow ) // && iEventType != FOUND_DELAY )
|
||||
{
|
||||
iEventRow = (*itSS)->GetRow();
|
||||
iEventType = FOUND_STOP;
|
||||
|
||||
Reference in New Issue
Block a user