This commit is contained in:
Glenn Maynard
2006-01-14 09:09:49 +00:00
parent 273433e694
commit afaf56c160
+1 -1
View File
@@ -530,7 +530,7 @@ void OptionRow::PositionUnderlines( PlayerNumber pn )
int iWidth, iX, iY;
GetWidthXY( pn, iChoiceWithFocus, iWidth, iX, iY );
ul.SetGlobalX( (float)iX );
ul.SetGlobalDiffuseColor( RageColor(1,1,1, 1.0f) );
ul.SetGlobalDiffuseColor( RageColor(1,1,1,1) );
ASSERT( m_vbSelected[pnTakeSelectedFrom].size() == m_RowDef.m_vsChoices.size() );