make draw order separate from Z value
add "PageType" graphic to ScreenEvaluation
This commit is contained in:
@@ -54,7 +54,7 @@ void Foreground::LoadFromSong( const Song *pSong )
|
||||
|
||||
TEXTUREMAN->SetDefaultTexturePolicy( OldPolicy );
|
||||
|
||||
this->SortByZ();
|
||||
this->SortByDrawOrder();
|
||||
}
|
||||
|
||||
void Foreground::Update( float fDeltaTime )
|
||||
|
||||
Reference in New Issue
Block a user