From c28e28ec636440b6529a26e5d5dd875eab2ffc1b Mon Sep 17 00:00:00 2001 From: Roland Hess Date: Thu, 7 Dec 2006 16:04:12 +0000 Subject: [PATCH] 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. --- intern/ghost/intern/GHOST_WindowCarbon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #endif