fix slow course loads
This commit is contained in:
@@ -359,6 +359,7 @@ void PlayerMinus::Update( float fDeltaTime )
|
|||||||
|
|
||||||
float fStartBeat, fEndBeat;
|
float fStartBeat, fEndBeat;
|
||||||
mod.GetAttackBeats( GAMESTATE->m_pCurSong, m_PlayerNumber, fStartBeat, fEndBeat );
|
mod.GetAttackBeats( GAMESTATE->m_pCurSong, m_PlayerNumber, fStartBeat, fEndBeat );
|
||||||
|
fEndBeat = min( fEndBeat, GetMaxBeat() );
|
||||||
|
|
||||||
LOG->Trace( "Applying transform '%s' from %f to %f to '%s'", mod.sModifier.c_str(), fStartBeat, fEndBeat,
|
LOG->Trace( "Applying transform '%s' from %f to %f to '%s'", mod.sModifier.c_str(), fStartBeat, fEndBeat,
|
||||||
GAMESTATE->m_pCurSong->GetTranslitMainTitle().c_str() );
|
GAMESTATE->m_pCurSong->GetTranslitMainTitle().c_str() );
|
||||||
|
|||||||
Reference in New Issue
Block a user