This commit is contained in:
Glenn Maynard
2005-01-01 22:10:09 +00:00
parent 59ae043f2b
commit 4b69f947dd
+1 -1
View File
@@ -206,7 +206,7 @@ void BitmapText::DrawChars()
m_pTempState->fade.left > 0 || m_pTempState->fade.left > 0 ||
m_pTempState->fade.right > 0 ) m_pTempState->fade.right > 0 )
{ {
/* Handle fading by tweaking the alpha values of the verteces. */ /* Handle fading by tweaking the alpha values of the vertices. */
/* Actual size of the fade on each side: */ /* Actual size of the fade on each side: */
const RectF &FadeDist = m_pTempState->fade; const RectF &FadeDist = m_pTempState->fade;