add asserts
This commit is contained in:
@@ -562,7 +562,11 @@ void NoteField::DrawPrimitives()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( viLowestIndex.empty() )
|
if( viLowestIndex.empty() )
|
||||||
|
{
|
||||||
|
FOREACH_BackgroundLayer( i )
|
||||||
|
ASSERT( iter[i] == GAMESTATE->m_pCurSong->GetBackgroundChanges(i).end() );
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
if( IS_ON_SCREEN(fLowestBeat) )
|
if( IS_ON_SCREEN(fLowestBeat) )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user