The only place Load3 is ever called with bUseMask true is from

LoadFromNode.  The code path doesn't give any way of setting the
size, so it doesn't work.  Remove it, and use EnableMask.
This commit is contained in:
Glenn Maynard
2005-10-17 23:21:16 +00:00
parent 9608af3c8d
commit 3b36f59a6c
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -135,7 +135,6 @@ void ScreenSelectMaster::Init()
SCROLLER_FAST_CATCHUP,
SCROLLER_TRANSFORM,
SCROLLER_SUBDIVISIONS,
false,
LOOP_SCROLLER );
m_Scroller[*p].SetName( "Scroller"+PLAYER_APPEND_NO_SPACE(*p) );
this->AddChild( &m_Scroller[*p] );