ScreenWithMenuElements::BeginScreen calls SortByDrawOrder

This commit is contained in:
Glenn Maynard
2006-11-21 04:32:59 +00:00
parent 820e56a44f
commit 0db4a096e5
22 changed files with 0 additions and 54 deletions
-3
View File
@@ -745,9 +745,6 @@ void ScreenEdit::Init()
SET_XY_AND_ON_COMMAND( m_textPlayRecordHelp );
this->AddChild( &m_textPlayRecordHelp );
this->SortByDrawOrder();
m_soundAddNote.Load( THEME->GetPathS("ScreenEdit","AddNote"), true );
m_soundRemoveNote.Load( THEME->GetPathS("ScreenEdit","RemoveNote"), true );
m_soundChangeLine.Load( THEME->GetPathS("ScreenEdit","line"), true );