From 448174a04f9b5b4712a674bc90d7fbb179f06cf3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 22 Dec 2003 06:22:49 +0000 Subject: [PATCH] fix comment --- stepmania/src/Sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ ) {