diff --git a/stepmania/src/CroppedSprite.cpp b/stepmania/src/CroppedSprite.cpp index 3220b32c7f..7aa715bcf5 100644 --- a/stepmania/src/CroppedSprite.cpp +++ b/stepmania/src/CroppedSprite.cpp @@ -51,8 +51,8 @@ void CroppedSprite::CropToSize( float fWidth, float fHeight ) if( iSourceWidth == iSourceHeight ) // this is a SSR/DWI CroppedSprite { float fCustomImageCoords[8] = { - 0.22f, 0.98f, // bottom left 0.02f, 0.78f, // top left + 0.22f, 0.98f, // bottom left 0.98f, 0.22f, // bottom right 0.78f, 0.02f, // top right };