diff --git a/stepmania/src/Banner.cpp b/stepmania/src/Banner.cpp index 30e6a347ce..2b710bb1ab 100644 --- a/stepmania/src/Banner.cpp +++ b/stepmania/src/Banner.cpp @@ -29,6 +29,7 @@ bool Banner::Load( RageTextureID ID ) { /* Song banners often have HOT PINK color keys. */ ID.bHotPinkColorKey = true; + ID.bDither = true; m_fPercentScrolling = 0; m_bScrolling = false;