update screen

This commit is contained in:
Glenn Maynard
2005-05-09 04:17:17 +00:00
parent 4b5aa60a21
commit fb3baf752b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void ScreenTestInput::Init()
m_textInputs.SetHorizAlign( Actor::align_left );
this->AddChild( &m_textInputs );
SOUND->PlayMusic( THEME->GetPathS("ScreenTestInput","music") );
this->SortByDrawOrder();
}