no message
This commit is contained in:
@@ -303,7 +303,7 @@ void NoteDisplay::SetActiveFrame( float fNoteBeat, Actor &actorToSet, float fAni
|
|||||||
if( bVivid )
|
if( bVivid )
|
||||||
// changed to deal with the minor complaint that the color cycling is
|
// changed to deal with the minor complaint that the color cycling is
|
||||||
// one tick off in general
|
// 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
|
// just in case somehow we're majorly negative with the subtraction
|
||||||
iFrameNo += (iNumFrames * 2);
|
iFrameNo += (iNumFrames * 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user