s/RemoveAll/clear/g
This commit is contained in:
@@ -630,7 +630,7 @@ void ScreenEz2SelectMusic::AfterMusicChange()
|
||||
|
||||
GAMESTATE->m_pCurSong = pSong;
|
||||
|
||||
m_arrayNotes.RemoveAll();
|
||||
m_arrayNotes.clear();
|
||||
|
||||
switch( m_MusicWheel.GetSelectedType() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user