From 3aeae09ec2f157997ef2b979effd4b84b393157d Mon Sep 17 00:00:00 2001 From: zakk Date: Sat, 4 Jan 2003 11:37:43 +0000 Subject: Bloot git-svn-id: svn://svn.icculus.org/blackshades/trunk@9 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/GameInitDispose.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/GameInitDispose.cpp') diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index 01915d8..3bb5fcf 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -3489,7 +3489,12 @@ void Game::InitGame() GLint swapInt = 1; +#ifdef MAC aglSetInteger(gOpenGLContext, AGL_SWAP_INTERVAL, &swapInt); +#else + +#endif + -- cgit v1.2.3