Enable dithering for banners.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user