Fix some display update issues

This commit is contained in:
2015-01-15 15:11:39 -05:00
parent 7b55262ed4
commit ab03e17cb1
5 changed files with 3 additions and 11 deletions

View File

@@ -493,7 +493,6 @@ static void handleUpdateWhileScrolling(volatile bool& doneScrolling) {
sf::sleep(sf::milliseconds(10));
// TODO: redraw_screen should probably take the argument specifying what to update
redraw_screen(/*REFRESH_RIGHT_BAR*/);
mainPtr.display();
}
}