Skip to content

Commit

Permalink
call draw_map() after clear_map() (#488)
Browse files Browse the repository at this point in the history
Fixes #487 and fixes #428
May address #267
  • Loading branch information
NQNStudios authored Nov 23, 2024
1 parent c114237 commit e39c930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/boe.town.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,7 @@ void clear_map() {

fill_rect(map_gworld, map_world_rect, sf::Color::Black);

draw_map(true);
}

void draw_map(bool need_refresh) {
Expand Down

0 comments on commit e39c930

Please sign in to comment.