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.
This commit is contained in:
Roland Hess 2006-12-07 16:04:12 +00:00
parent d9c68666f3
commit c28e28ec63

@ -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