Re-fix Autogen (I'll shoot the person who forgot about TAP_EMPTY)
fix misc. errors with the BMS loader finish support for 48th/64th notes in code
This commit is contained in:
@@ -25,7 +25,9 @@ SnapDisplay::SnapDisplay()
|
||||
for( i=0; i<2; i++ )
|
||||
{
|
||||
m_sprIndicators[i].Load( THEME->GetPathToG("SnapDisplay icon 8x1") );
|
||||
ASSERT( m_sprIndicators[i].GetNumStates() == NUM_NOTE_TYPES );
|
||||
// MD 11/12/03 - this assert doesn't allow us to set the editor's maximum
|
||||
// resolution to less than the maximum one we have available. Meh.
|
||||
// ASSERT( m_sprIndicators[i].GetNumStates() == NUM_NOTE_TYPES );
|
||||
m_sprIndicators[i].StopAnimating();
|
||||
this->AddChild( &m_sprIndicators[i] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user