fix croppedsprite oddity when scrolling from random/roulette to another
banner
This commit is contained in:
@@ -30,6 +30,9 @@ 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;
|
||||||
|
|
||||||
|
m_fPercentScrolling = 0;
|
||||||
|
m_bScrolling = false;
|
||||||
|
|
||||||
return CroppedSprite::Load( ID );
|
return CroppedSprite::Load( ID );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user