Enable dithering for banners.

This commit is contained in:
Glenn Maynard
2003-03-27 06:02:38 +00:00
parent 675dd9ac16
commit c49a516c8d
+1
View File
@@ -29,6 +29,7 @@ bool Banner::Load( RageTextureID ID )
{ {
/* Song banners often have HOT PINK color keys. */ /* Song banners often have HOT PINK color keys. */
ID.bHotPinkColorKey = true; ID.bHotPinkColorKey = true;
ID.bDither = true;
m_fPercentScrolling = 0; m_fPercentScrolling = 0;
m_bScrolling = false; m_bScrolling = false;