about summary refs log tree commit diff
path: root/src/engine/external
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-12-19 21:32:58 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-12-19 21:32:58 +0000
commit5669c11a0b651dd79e467de99b16971cbde7135b (patch)
treed5a4b1907e4fc90e00ee7eb28c7e4cb5edcc502b /src/engine/external
parent72ffd0ae8ac7f1b55497101c229839b04cd17d97 (diff)
downloadzcatch-5669c11a0b651dd79e467de99b16971cbde7135b.tar.gz
zcatch-5669c11a0b651dd79e467de99b16971cbde7135b.zip
start teewars by default on osx, no launcher yet
Diffstat (limited to 'src/engine/external')
-rw-r--r--src/engine/external/glfw/lib/macosx/macosx_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/external/glfw/lib/macosx/macosx_window.c b/src/engine/external/glfw/lib/macosx/macosx_window.c
index b8af0c4e..f191678a 100644
--- a/src/engine/external/glfw/lib/macosx/macosx_window.c
+++ b/src/engine/external/glfw/lib/macosx/macosx_window.c
@@ -707,7 +707,7 @@ int  _glfwPlatformOpenWindow( int width,
             return GL_FALSE;

         }

 

-        if (_glfwLibrary.Unbundled)

+        //if (_glfwLibrary.Unbundled)

         {

             if( GetCurrentProcess( &psn ) != noErr )

             {