From d62fb70ef0bc864938c334b138f0af7b6ca2a370 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 21 May 2005 00:58:34 +0000 Subject: [PATCH] fix "nomipmaps" --- 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 80846a84f3..c8b76f008d 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -100,8 +100,8 @@ void RageBitmapTexture::Create() else if( HintString.Find("16bpp") != -1 ) actualID.iColorDepth = 16; if( HintString.Find("dither") != -1 ) actualID.bDither = true; if( HintString.Find("stretch") != -1 ) actualID.bStretch = true; - if( HintString.Find("nomipmaps") != -1 ) actualID.bMipMaps = false; if( HintString.Find("mipmaps") != -1 ) actualID.bMipMaps = true; + if( HintString.Find("nomipmaps") != -1 ) actualID.bMipMaps = false; // check for "nomipmaps" after "mipmaps" /* If the image is marked grayscale, then use all bits not used for alpha * for the intensity. This way, if an image has no alpha, you get an 8-bit