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/intern
diff options
context:
space:
mode:
authorRoland Hess <me@harkyman.com>2006-12-07 19:04:12 +0300
committerRoland Hess <me@harkyman.com>2006-12-07 19:04:12 +0300
commitc28e28ec636440b6529a26e5d5dd875eab2ffc1b (patch)
tree271af3f416ae6457dc29f531142b7cc12f272069 /intern
parentd9c68666f38a37b6e62b9ed319a41bffdc6e03d0 (diff)
Little commit to roll back a previous one. Previous commit caused nVidia
on OSX to have slow selection and mouse response. Code from the previous commit is still there, but the #define that triggers it has been commented out.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowCarbon.cpp b/intern/ghost/intern/GHOST_WindowCarbon.cpp
index 2fe03fd6664..9b0ccf37ef0 100644
--- a/intern/ghost/intern/GHOST_WindowCarbon.cpp
+++ b/intern/ghost/intern/GHOST_WindowCarbon.cpp
@@ -403,7 +403,7 @@ GHOST_TSuccess GHOST_WindowCarbon::setOrder(GHOST_TWindowOrder order)
return GHOST_kSuccess;
}
-#define WAIT_FOR_VSYNC 1
+/*#define WAIT_FOR_VSYNC 1*/
#ifdef WAIT_FOR_VSYNC
#include <OpenGL/OpenGL.h>
#endif