From c3cd56b96fd285175bf0b1058e11d9603feec98d Mon Sep 17 00:00:00 2001 From: Matt Denham Date: Sun, 29 Feb 2004 05:32:08 +0000 Subject: [PATCH] no message --- stepmania/src/NoteDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteDisplay.cpp b/stepmania/src/NoteDisplay.cpp index 1a5c51cf6a..90ebe2b8d6 100644 --- a/stepmania/src/NoteDisplay.cpp +++ b/stepmania/src/NoteDisplay.cpp @@ -303,7 +303,7 @@ void NoteDisplay::SetActiveFrame( float fNoteBeat, Actor &actorToSet, float fAni if( bVivid ) // changed to deal with the minor complaint that the color cycling is // one tick off in general - iFrameNo += (int)( froundf((fNoteBeatFraction - 0.75f/fAnimationLengthInBeats),1.f/fAnimationLengthInBeats)*iNumFrames ); + iFrameNo += (int)( froundf((fNoteBeatFraction - 0.25f/fAnimationLengthInBeats),1.f/fAnimationLengthInBeats)*iNumFrames ); // just in case somehow we're majorly negative with the subtraction iFrameNo += (iNumFrames * 2);