summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rwxr-xr-xsrc/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c
index 42ced59..fbc6dea 100755
--- a/src/interface.c
+++ b/src/interface.c
@@ -81,8 +81,8 @@ SDL_Surface* getSDL_Screen()
void interfaceRefresh()
{
//SDL_BlitSurface(fake_screen, NULL, screen, NULL);
- SDL_UpdateRect(screen, 0, 0, screen->w, screen->h);
- //SDL_Flip(screen);
+ //SDL_UpdateRect(screen, 0, 0, screen->w, screen->h);
+ SDL_Flip(screen);
}
int toggleFullscreen()