SM4SVN commits, all code by Chris Danford:
* 57e8159: fix handling of noteskins with an uppercase letter * 3be4d7e: track W4 full combo * f8270c6: draw glow using stroke texture
This commit is contained in:
@@ -697,7 +697,9 @@ void BitmapText::DrawPrimitives()
|
||||
for( ; i < iEnd; ++i )
|
||||
m_aVertices[i].c = attr.glow;
|
||||
}
|
||||
// draw glow using the base texture and the glow texture. Otherwise, glow looks too tame on BitmapText that has a stroke.
|
||||
DrawChars( false );
|
||||
DrawChars( true );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user