make draw order separate from Z value
add "PageType" graphic to ScreenEvaluation
This commit is contained in:
@@ -324,7 +324,7 @@ ScreenUnlock::ScreenUnlock( CString sClassName ) : ScreenAttract( sClassName )
|
||||
|
||||
this->PostScreenMessage( SM_BeginFadingOut, TIME_TO_DISPLAY );
|
||||
|
||||
this->SortByZ();
|
||||
this->SortByDrawOrder();
|
||||
}
|
||||
|
||||
ScreenUnlock::~ScreenUnlock()
|
||||
|
||||
Reference in New Issue
Block a user