diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index 3a9ab69068..1894f431ec 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -772,7 +772,7 @@ Model::AdvanceFrame (float dt) { if( (m_bRevertToDefaultAnimation) && (m_sDefaultAnimation != "") ) { - this->PlayAnimation( m_sDefaultAnimation, m_fDefaultAnimPlayRate ); + this->PlayAnimation( m_sDefaultAnimation ); m_fCurrFrame = 0.0f; return; }