diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 2d11c778b3..61fd442cff 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -68,7 +68,7 @@ void RageBitmapTexture::Create() D3DX_DEFAULT, D3DX_DEFAULT, // width, height D3DX_DEFAULT, // mip map levels 0, // usage (is a render target?) - D3DFMT_UNKNOWN, // our preferred texture format + D3DFMT_A4R4G4B4, /*D3DFMT_UNKNOWN*/ // our preferred texture format D3DPOOL_MANAGED, // which memory pool D3DX_DEFAULT, // filter D3DX_DEFAULT, // mip filter