From 9c163833dcf9f5f045cfd368050e9542066e063e Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20BERNIGAUD?= Date: Sun, 6 Jun 2010 00:51:18 +0400 Subject: [PATCH] Remove early exit Linux-specific hack --- Source/OpenGL_Windows.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- Source/OpenGL_Windows.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 94fd00f..c84d8eb 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -1115,9 +1115,6 @@ int main(int argc, char **argv) #endif } - #if PLATFORM_LINUX // (this may not be necessary any more.) - _exit(0); // !!! FIXME: hack...crashes on exit! - #endif return 0; } catch (const std::exception& error) -- 2.39.2