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
-4
View File
@@ -48,8 +48,6 @@ void ScreenGameplayLesson::Init()
this->AddChild( aa );
}
this->SortByDrawOrder();
FOREACH( AutoActor, m_vPages, aa )
{
bool bIsFirst = aa == m_vPages.begin();
@@ -57,8 +55,6 @@ void ScreenGameplayLesson::Init()
(*aa)->PlayCommand( "On" );
}
this->SortByDrawOrder();
// Reset stage number (not relevant in lessons)
GAMESTATE->m_iCurrentStageIndex = 0;