Skip to content

Commit

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

video_.flip();
}

dialog_frame& dialog::get_frame()
Expand Down

0 comments on commit 819c352

Please sign in to comment.