From 89cec68565cb9540dfaca303e1fe72c6b65618f7 Mon Sep 17 00:00:00 2001 From: Pablo Marcos Oltra Date: Sun, 29 Jul 2018 18:24:46 +0200 Subject: Prevent GLFW changing working dir to 'Resources' --- src/rglfw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rglfw.c') diff --git a/src/rglfw.c b/src/rglfw.c index 50d606d4..154eb4ff 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -42,7 +42,6 @@ #endif #if defined(__APPLE__) #define _GLFW_COCOA - #define _GLFW_USE_CHDIR // To chdir to the Resources subdirectory of the application bundle during glfwInit #define _GLFW_USE_MENUBAR // To create and populate the menu bar when the first window is created #define _GLFW_USE_RETINA // To have windows use the full resolution of Retina displays #endif -- cgit v1.2.3