move a line to outside the player loop, since it only needs to happen once.

This commit is contained in:
Thad Ward
2003-08-30 11:16:43 +00:00
parent de16e73f62
commit 6e829f27fb
+1 -1
View File
@@ -250,8 +250,8 @@ void BeginnerHelper::Update( float fDeltaTime )
Step( pn, iStep );
}
}
m_fLastBeatChecked = fCurBeat;
}
m_fLastBeatChecked = fCurBeat;
ActorFrame::Update( fDeltaTime );
m_mDancePad.Update( fDeltaTime );