From e46856769374c870a8c998ad530d018ec0ad6814 Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Wed, 9 Jun 2004 03:43:03 +0000 Subject: [PATCH] - removed SDL_Flip() line.. was causing a crash on exit SVN-Revision: 1451 --- src/supertux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supertux.cpp b/src/supertux.cpp index 22cf28d17..c9e22aa84 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -75,7 +75,7 @@ int main(int argc, char * argv[]) } SDL_FillRect(screen, 0, 0); - SDL_Flip(screen); + //SDL_Flip(screen); unloadshared(); st_general_free(); -- 2.11.0