Skip to content

Commit

Permalink
Fix overmap UI blinking on curses build
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox committed May 9, 2020
1 parent 0466c67 commit 4ff95c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,6 @@ static tripoint display( const tripoint &orig, const draw_data_t &data = draw_da
std::chrono::time_point<std::chrono::steady_clock> last_blink = std::chrono::steady_clock::now();

ui.on_redraw( [&]( const ui_adaptor & ) {
catacurses::erase();
catacurses::refresh();
draw( g->w_overmap, g->w_omlegend, curs, orig, uistate.overmap_show_overlays,
show_explored, fast_scroll, &ictxt, data );
} );
Expand Down

0 comments on commit 4ff95c4

Please sign in to comment.