no message
This commit is contained in:
@@ -19,13 +19,12 @@ const float GRAY_ARROW_POP_UP_TIME = 0.3f;
|
||||
|
||||
GrayArrow::GrayArrow()
|
||||
{
|
||||
Load( THEME->GetPathTo(GRAPHIC_GRAY_ARROW) );
|
||||
StopAnimating();
|
||||
}
|
||||
|
||||
void GrayArrow::SetBeat( const float fSongBeat )
|
||||
{
|
||||
SetState( fmod(fSongBeat,1)<0.25 ? 1 : 0 );
|
||||
SetState( fmod(fSongBeat,1) * Sprite::GetNumStates() );
|
||||
}
|
||||
|
||||
void GrayArrow::Step()
|
||||
|
||||
Reference in New Issue
Block a user