From: Côme BERNIGAUD Date: Sat, 5 Jun 2010 20:51:18 +0000 (+0400) Subject: Remove early exit Linux-specific hack X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=9c163833dcf9f5f045cfd368050e9542066e063e;p=lugaru.git Remove early exit Linux-specific hack --- Source/OpenGL_Windows.cpp | 3 --- 1 files changed, 0 insertions(+), 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)