From 74d73a3269108c81f32861be52362017f1a95cb0 Mon Sep 17 00:00:00 2001 From: Ben Nordstrom Date: Thu, 29 Nov 2001 06:19:54 +0000 Subject: [PATCH] no message --- stepmania/src/RageBitmapTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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