Remove two blank lines.

This commit is contained in:
Steve Checkoway
2007-03-23 11:03:14 +00:00
parent dfd5bda05e
commit b82f040c90
+2 -2
View File
@@ -264,8 +264,8 @@ void RageBitmapTexture::Create()
if( fFrameWidth!=fBetterFrameWidth || fFrameHeight!=fBetterFrameHeight )
{
RString sWarning = ssprintf(
"The graphic '%s' has frame dimensions that aren't even numbers.\n\n"
"The entire image is %dx%d and frame size is %.1fx%.1f.\n\n"
"The graphic '%s' has frame dimensions that aren't even numbers.\n"
"The entire image is %dx%d and frame size is %.1fx%.1f.\n"
"Image quality will be much improved if you resize the graphic to %.0fx%.0f, which is a frame size of %.0fx%.0f.",
actualID.filename.c_str(),
this->GetSourceWidth(), this->GetSourceHeight(),