From a99debf223419865cd77793f664a4f48d461d183 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 16 Oct 2004 02:48:59 +0000 Subject: [PATCH] call DecodeSeconds --- stepmania/src/Sprite.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/Sprite.cpp b/stepmania/src/Sprite.cpp index e963f50dd0..a42523df4c 100644 --- a/stepmania/src/Sprite.cpp +++ b/stepmania/src/Sprite.cpp @@ -305,6 +305,9 @@ void Sprite::Update( float fDelta ) m_fSecsIntoState += fTimePassed; UpdateAnimationState(); + /* If the texture is a movie, decode frames. */ + m_pTexture->DecodeSeconds( fTimePassed ); + // // update scrolling //