fix ActorFrame ZTest propogation

This commit is contained in:
Chris Danford
2004-05-15 18:35:03 +00:00
parent 9ec4c6be91
commit e83bbc40da
12 changed files with 19 additions and 24 deletions
+3 -3
View File
@@ -316,12 +316,12 @@ void MusicWheelItem::DrawPrimitives()
}
void MusicWheelItem::SetZTest( bool b )
void MusicWheelItem::SetZTestMode( ZTestMode mode )
{
ActorFrame::SetZTest( b );
ActorFrame::SetZTestMode( mode );
// set all sub-Actors
m_All.SetZTest( b );
m_All.SetZTestMode( mode );
}
void MusicWheelItem::SetZWrite( bool b )