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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-18 18:09:37 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-18 22:38:43 +0400
commit44fe9fe17b51ec5a613ad73829efb8324f73a18e (patch)
tree33d337c05911ec61b07c52917c0bc9af85ff9c84 /source
parentd516fedba3ce57b2ca7bd537b64b31bd0ca3c6bb (diff)
Multisample: disable this by default again, it is causing a serious performance regression.
Fixes T38665
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index d62ec708729..1bc41f65844 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -2446,8 +2446,6 @@ void init_userdef_factory(void)
U.uiflag |= USER_QUIT_PROMPT;
U.uiflag |= USER_CONTINUOUS_MOUSE;
- U.ogl_multisamples = USER_MULTISAMPLE_4;
-
U.versions = 1;
U.savetime = 2;