Don't SetZ masks; it breaks things in 3d. It's up to the renderer to activate
z-bias in BLEND_NO_EFFECT.
This commit is contained in:
@@ -73,8 +73,6 @@ void ActorScroller::Load2(
|
|||||||
fItemWidth/2,
|
fItemWidth/2,
|
||||||
fItemHeight/2 );
|
fItemHeight/2 );
|
||||||
m_quadMask.StretchTo( rectBarSize );
|
m_quadMask.StretchTo( rectBarSize );
|
||||||
m_quadMask.SetZ( 1 );
|
|
||||||
|
|
||||||
m_quadMask.SetHidden( false );
|
m_quadMask.SetHidden( false );
|
||||||
|
|
||||||
m_bLoaded = true;
|
m_bLoaded = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user