From: Ryan Flegel Date: Wed, 9 Jun 2004 03:43:03 +0000 (+0000) Subject: - removed SDL_Flip() line.. was causing a crash on exit X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e46856769374c870a8c998ad530d018ec0ad6814;p=supertux.git - removed SDL_Flip() line.. was causing a crash on exit SVN-Revision: 1451 --- 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();