don't waste time loading lights data when lights are disabled
This commit is contained in:
@@ -1096,6 +1096,7 @@ void ScreenGameplay::LoadNextSong()
|
||||
//
|
||||
// Load cabinet lights data
|
||||
//
|
||||
if( LIGHTSMAN->IsEnabled() )
|
||||
{
|
||||
m_CabinetLightsNoteData.Init();
|
||||
ASSERT( GAMESTATE->m_pCurSong );
|
||||
|
||||
Reference in New Issue
Block a user