Fix up text placement in the scenario edit tool buttons area

This commit is contained in:
2014-12-18 19:24:30 -05:00
parent 7a2b6e2349
commit e471750c6b
3 changed files with 5 additions and 39 deletions

View File

@@ -963,7 +963,7 @@ bool handle_action(location the_point,sf::Event /*event*/) {
}
if(need_redraw) {
draw_terrain();
place_just_location();
place_location();
need_redraw = false;
}
}