don't flip cdtitle backfaces vertically

This commit is contained in:
Glenn Maynard
2003-06-22 20:52:54 +00:00
parent 2365f97612
commit 87ce36a74d
-1
View File
@@ -55,7 +55,6 @@ static void FlipSpriteHorizontally(Sprite &s)
{
RectF texCoords = *s.GetCurrentTextureCoords();
swap( texCoords.left, texCoords.right );
swap( texCoords.top, texCoords.bottom );
s.SetCustomTextureCoords( texCoords );
}