Skip to content

Commit

Permalink
Remove an unnecessary flip().
Browse files Browse the repository at this point in the history
  • Loading branch information
lipk committed Jul 17, 2014
1 parent 47b2199 commit f5694c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/display.cpp
Expand Up @@ -1281,7 +1281,6 @@ void display::drawing_buffer_commit()
}
}
}
flip();
drawing_buffer_clear();
#else
SDL_Rect clip_rect = map_area();
Expand Down

0 comments on commit f5694c8

Please sign in to comment.