fix bullet DrawOrder doesn't take effect

This commit is contained in:
Chris Danford
2006-07-02 06:00:48 +00:00
parent 2ed665604f
commit a31fd85b1d
+1 -1
View File
@@ -430,7 +430,6 @@ void OptionRow::InitText()
FOREACH_PlayerNumber( p )
for( unsigned c=0; c<m_Underline[p].size(); c++ )
m_Frame.AddChild( m_Underline[p][c] );
m_Frame.SortByDrawOrder();
// This is set in OptionRow::AfterImportOptions, so if we're reused with a different
// song selected, SHOW_BPM_IN_SPEED_TITLE will show the new BPM.
@@ -449,6 +448,7 @@ void OptionRow::InitText()
break;
}
m_Frame.SortByDrawOrder();
this->SortByDrawOrder();
}