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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-01-06 18:34:49 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-01-06 18:34:49 +0300
commita994a52497c3565ccc6102a5bf28f01ffe94b7f7 (patch)
tree611467fe66877fc0938153478cefd6f37f87afa6 /source/blender/windowmanager/intern
parent907ee73e23e99e56422c39d8ccb5d3eb20949fbc (diff)
Disable OpenGL anti-aliasing by default for now.
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 61e6063329a..0e1d7969daf 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -313,7 +313,7 @@ static void wm_window_add_ghostwindow(wmWindowManager *wm, char *title, wmWindow
inital_state,
GHOST_kDrawingContextTypeOpenGL,
0 /* no stereo */,
- 4 /* 4x AA */);
+ 0 /* no AA */);
if (ghostwin) {