move a line to outside the player loop, since it only needs to happen once.
This commit is contained in:
@@ -250,8 +250,8 @@ void BeginnerHelper::Update( float fDeltaTime )
|
|||||||
Step( pn, iStep );
|
Step( pn, iStep );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_fLastBeatChecked = fCurBeat;
|
|
||||||
}
|
}
|
||||||
|
m_fLastBeatChecked = fCurBeat;
|
||||||
|
|
||||||
ActorFrame::Update( fDeltaTime );
|
ActorFrame::Update( fDeltaTime );
|
||||||
m_mDancePad.Update( fDeltaTime );
|
m_mDancePad.Update( fDeltaTime );
|
||||||
|
|||||||
Reference in New Issue
Block a user