Remove two blank lines.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user