fix ScreenJukeboxMenu draw order
This commit is contained in:
@@ -53,6 +53,8 @@ ScreenJukeboxMenu::ScreenJukeboxMenu( CString sClassName ) : ScreenWithMenuEleme
|
|||||||
m_textExplanation.SetZoom( 0.7f );
|
m_textExplanation.SetZoom( 0.7f );
|
||||||
this->AddChild( &m_textExplanation );
|
this->AddChild( &m_textExplanation );
|
||||||
|
|
||||||
|
this->SortByDrawOrder();
|
||||||
|
|
||||||
SOUND->PlayMusic( THEME->GetPathToS("ScreenJukeboxMenu music") );
|
SOUND->PlayMusic( THEME->GetPathToS("ScreenJukeboxMenu music") );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user