Skip to content

Commit

Permalink
Added Finder scrolling and Frozen search
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jul 13, 2018
1 parent 658fac0 commit 4137a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/embark-assistant/survey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,6 @@ void embark_assist::survey::survey_embark(embark_assist::defs::mid_level_tiles *

if (i == state->local_min_x && k == state->local_min_y) {
elevation = mlt->at(i).at(k).elevation;

}
else if (elevation != mlt->at(i).at(k).elevation) {
site_info->flat = false;
Expand Down

0 comments on commit 4137a17

Please sign in to comment.