don't hardcode banner ztest. Use metrics instead.

This commit is contained in:
Chris Danford
2007-02-19 20:12:17 +00:00
parent e4a02afa18
commit fd566a6355
-1
View File
@@ -118,7 +118,6 @@ void ScreenSelectMusic::Init()
// this is loaded SetSong and TweenToSong
m_Banner.SetName( "Banner" );
m_Banner.SetZTestMode( ZTEST_WRITE_ON_PASS ); // do have to pass the z test
LOAD_ALL_COMMANDS_AND_SET_XY( m_Banner );
this->AddChild( &m_Banner );