]> git.localhorst.tv Git - l2e.git/blobdiff - src/sdl/InitScreen.h
introduced a small delay after flip if the screen is not a hardware surface
[l2e.git] / src / sdl / InitScreen.h
index 5455a17675da1e87bd0bde032f1b60a952468976..dd5e2456fd0adde7e2aae71081f6f19d0b7acb24 100644 (file)
@@ -25,7 +25,7 @@ public:
        SDL_Surface *Screen(void) { return screen; };
        const SDL_Surface *Screen(void) const { return screen; };
 
-       void Flip(void) { SDL_Flip(screen); };
+       void Flip(void);
        SDL_Surface *Resize(int width, int height);
 
 private: