fix slow course loads

This commit is contained in:
Glenn Maynard
2003-11-18 01:33:35 +00:00
parent 78c2ef6fbf
commit c9dabaa52c
+1
View File
@@ -359,6 +359,7 @@ void PlayerMinus::Update( float fDeltaTime )
float 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,
GAMESTATE->m_pCurSong->GetTranslitMainTitle().c_str() );