From 1ea71b2186851dc6b6357cac990ced6650f1b6a7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 8 Feb 2011 01:01:24 -0600 Subject: [PATCH] comment is mine; mark it as such --- src/TimingData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimingData.cpp b/src/TimingData.cpp index d9d2cef75e..a7da783862 100644 --- a/src/TimingData.cpp +++ b/src/TimingData.cpp @@ -473,7 +473,7 @@ void TimingData::GetBeatAndBPSFromElapsedTimeNoOffset( float fElapsedTime, float // this BPMSegment is NOT the current segment. fElapsedTime -= fSecondsInThisSegment; - // xxx: negative testing + // xxx: negative testing [aj] /* //if(fBPS < 0.0f) if( (fStartBeatNextSegment >= 445.490f && fStartBeatNextSegment <= 453.72f) || fBPS < 0.0f )