about summary refs log tree commit diff
path: root/src/engine/external
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2008-10-08 16:33:08 +0000
committerJoel de Vahl <joel@stalverk80.se>2008-10-08 16:33:08 +0000
commitb74c2b79318779e69da88e7639b322b9a54d862c (patch)
treea1d763e09fa56ea836270db67361a65af58867f0 /src/engine/external
parent2b6f991010875e31184ddbc6c0917d13c02c7cbe (diff)
downloadzcatch-b74c2b79318779e69da88e7639b322b9a54d862c.tar.gz
zcatch-b74c2b79318779e69da88e7639b322b9a54d862c.zip
Initial launcher (again)
Diffstat (limited to 'src/engine/external')
-rw-r--r--src/engine/external/glfw/lib/macosx/macosx_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/external/glfw/lib/macosx/macosx_init.c b/src/engine/external/glfw/lib/macosx/macosx_init.c
index c123daf0..3ee6dc43 100644
--- a/src/engine/external/glfw/lib/macosx/macosx_init.c
+++ b/src/engine/external/glfw/lib/macosx/macosx_init.c
@@ -96,11 +96,12 @@ void _glfwChangeToResourcesDirectory( void )
     }

 

     CFRelease( resourcesURL );

-

+/*

     if( chdir( resourcesPath ) != 0 )

     {

         UNBUNDLED;

     }

+	*/

 }

 

 int _glfwPlatformInit( void )