[timing] The gamble paid off. :D

This commit is contained in:
Jason Felds
2011-07-27 23:55:58 -04:00
parent ddf09cac60
commit 07a74caace
+1 -1
View File
@@ -939,7 +939,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float
}
if (itSS != segs[SEGMENT_STOP].end() &&
(*itSS)->GetRow() < iEventRow &&
iEventType != FOUND_DELAY ) // taking a gamble with this one.
iEventType != FOUND_DELAY )
{
iEventRow = (*itSS)->GetRow();
iEventType = FOUND_STOP;