Pump Song Select now using Masked Banners.

This commit is contained in:
Andrew Livy
2003-06-02 19:25:29 +00:00
parent f32d40e07c
commit efb49096a8
6 changed files with 129 additions and 68 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ bool CroppedSprite::Load( RageTextureID ID )
void CroppedSprite::SetWH(float fWidth, float fHeight)
{
Sprite::SetWidth(fWidth);
Sprite::SetHeight(fWidth);
Sprite::SetHeight(fHeight);
}
void CroppedSprite::SetCroppedSize( float fWidth, float fHeight )