cosmetic fix

This commit is contained in:
Glenn Maynard
2003-05-26 01:06:01 +00:00
parent c4b029742e
commit 41cd5fd769
+2 -2
View File
@@ -261,8 +261,8 @@ void RageBitmapTexture::Create()
GetResolutionFromFileName(actualID.filename, m_iSourceWidth, m_iSourceHeight);
CString props = " ";
props += PixelFormatToString( pixfmt );
CString props;
props += PixelFormatToString( pixfmt ) + " ";
if(actualID.iAlphaBits == 0) props += "opaque ";
if(actualID.iAlphaBits == 1) props += "matte ";
if(actualID.iTransparencyOnly) props += "mask ";