Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Haarsma <phaseIV@zonnet.nl>2005-02-13 00:19:25 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2005-02-13 00:19:25 +0300
commit873a248522c0cf74ac9432aa9b36c96d42255f00 (patch)
tree0dccbda4f956134f5492abc160757f7b145b7374 /source/blender/src/headerbuttons.c
parentbc3329e49fee0e2c9b80e30f5be4da9d74215621 (diff)
Fix for mipmap userpref button. (it was using the wrong userpref value).
Diffstat (limited to 'source/blender/src/headerbuttons.c')
-rw-r--r--source/blender/src/headerbuttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c
index 73f0504ef1c..5a38b29f250 100644
--- a/source/blender/src/headerbuttons.c
+++ b/source/blender/src/headerbuttons.c
@@ -1437,7 +1437,7 @@ void do_global_buttons(unsigned short event)
show_splash();
break;
case B_MIPMAPCHANGED:
- set_mipmap(!(U.gameflags & USER_DISABLE_SOUND));
+ set_mipmap(!(U.gameflags & USER_DISABLE_MIPMAP));
allqueue(REDRAWVIEW3D, 0);
break;
case B_NEWSPACE: