Skip to content

Commit

Permalink
clear_map() call draw_map() after
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 21, 2024
1 parent b2c0af3 commit e26856c
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 e26856c

Please sign in to comment.