Skip to content

Commit

Permalink
Removed an extra CVideo::flip() call from GUI1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 15, 2016
1 parent d6be471 commit 0aa8900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/construct_dialog.cpp
Expand Up @@ -362,8 +362,6 @@ void dialog::draw_contents()
}
}
events::raise_draw_event(); //draw widgets

video_.flip();
}

dialog_frame& dialog::get_frame()
Expand Down

0 comments on commit 0aa8900

Please sign in to comment.