diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index f0867ca361..5052c4c5d5 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -190,7 +190,7 @@ bool Sprite::LoadFromTexture( RageTextureID ID ) Sprite::m_size.x = (float)m_pTexture->GetSourceFrameWidth(); Sprite::m_size.y = (float)m_pTexture->GetSourceFrameHeight(); - // Assume the frames of this animation play in sequential order with 0.2 second delay. + // Assume the frames of this animation play in sequential order with 0.1 second delay. m_States.clear(); for( int i=0; iGetNumFrames(); i++ ) {