]> git.jsancho.org Git - lugaru.git/commitdiff
Remove early exit Linux-specific hack
authorCôme BERNIGAUD <come.bernigaud@gmail.com>
Sat, 5 Jun 2010 20:51:18 +0000 (00:51 +0400)
committerCôme BERNIGAUD <come.bernigaud@gmail.com>
Sat, 5 Jun 2010 20:51:18 +0000 (00:51 +0400)
---
 Source/OpenGL_Windows.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Source/OpenGL_Windows.cpp

index 94fd00f53e3bd7bbcb51ea92ab8c3c36a20752f5..c84d8eb0d1100cadb8e156532671d1e523be818d 100644 (file)
@@ -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)