- removed SDL_Flip() line.. was causing a crash on exit
authorRyan Flegel <rflegel@gmail.com>
Wed, 9 Jun 2004 03:43:03 +0000 (03:43 +0000)
committerRyan Flegel <rflegel@gmail.com>
Wed, 9 Jun 2004 03:43:03 +0000 (03:43 +0000)
SVN-Revision: 1451

src/supertux.cpp

index 22cf28d..c9e22aa 100644 (file)
@@ -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();