cosmetic fix
This commit is contained in:
@@ -261,8 +261,8 @@ void RageBitmapTexture::Create()
|
|||||||
GetResolutionFromFileName(actualID.filename, m_iSourceWidth, m_iSourceHeight);
|
GetResolutionFromFileName(actualID.filename, m_iSourceWidth, m_iSourceHeight);
|
||||||
|
|
||||||
|
|
||||||
CString props = " ";
|
CString props;
|
||||||
props += PixelFormatToString( pixfmt );
|
props += PixelFormatToString( pixfmt ) + " ";
|
||||||
if(actualID.iAlphaBits == 0) props += "opaque ";
|
if(actualID.iAlphaBits == 0) props += "opaque ";
|
||||||
if(actualID.iAlphaBits == 1) props += "matte ";
|
if(actualID.iAlphaBits == 1) props += "matte ";
|
||||||
if(actualID.iTransparencyOnly) props += "mask ";
|
if(actualID.iTransparencyOnly) props += "mask ";
|
||||||
|
|||||||
Reference in New Issue
Block a user