Skip to content

Commit

Permalink
resolve ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Feb 11, 2025
1 parent 65bae53 commit 54c04cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapLoading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ void read_segment( void *arg)
df::coord t;
DFHack::Gui::getCursorCoords(t);
ssState.dfCursor = t;
ssState.dfSelection = { df::global::selection_rect->start_x, df::global::selection_rect->start_y, df::global::selection_rect->start_z };
ssState.dfSelection = OptCrd3D { df::global::selection_rect->start_x, df::global::selection_rect->start_y, df::global::selection_rect->start_z };
}

if (firstLoad || stonesenseState.ssConfig.config.track_mode != Config::TRACKING_NONE) {
Expand Down

0 comments on commit 54c04cc

Please sign in to comment.