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