From e22441b291a7e0ca40390f86fdbb7b779b3b3554 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 14 Apr 2003 04:56:57 +0000 Subject: [PATCH] compile error --- stepmania/src/BGAnimationLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index d7a2c7fcd6..9472538d80 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -874,7 +874,7 @@ void BGAnimationLayer::SetDiffuse( RageColor c ) void BGAnimationLayer::GainingFocus( float fRate, bool bRewindMovie, bool bLoop ) { - m_fUpdateRate = m_fRate; + m_fUpdateRate = fRate; m_Sprites.back()->GetTexture()->SetPlaybackRate(fRate); if( bRewindMovie ) m_Sprites[0]->GetTexture()->SetPosition( 0 );