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
-2
View File
@@ -32,8 +32,6 @@ void ScreenCenterImage::Init()
m_textInstructions.SetDiffuse( RageColor(0,1,0,0) );
m_textInstructions.SetZoom( 0.8f );
this->AddChild( &m_textInstructions );
this->SortByDrawOrder();
}