From 07a74caace62bf971e3ff1b563bcaae1d9d7a434 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 27 Jul 2011 23:55:58 -0400 Subject: [PATCH] [timing] The gamble paid off. :D --- src/TimingData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimingData.cpp b/src/TimingData.cpp index ca3d2f650c..d078221cc8 100644 --- a/src/TimingData.cpp +++ b/src/TimingData.cpp @@ -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;