Skip to content

Commit

Permalink
Update src/sdltiles.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
  • Loading branch information
Procyonae and Qrox authored Jun 12, 2024
1 parent 6299518 commit 587d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdltiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@ std::optional<tripoint> input_context::get_coordinates( const catacurses::window
}

const point screen_pos = coordinate - win_min;
const bool use_isometric = g->w_overmap ? false : g->is_tileset_isometric();
const bool use_isometric = g->w_overmap && capture_win == g->w_overmap ? false : g->is_tileset_isometric();

const point_bub_ms p = cata_tiles::screen_to_player(
screen_pos, dim.scaled_font_size, win_size,
Expand Down

0 comments on commit 587d453

Please sign in to comment.