Skip to content

Commit

Permalink
Disable zoomed searcher for current_weather on Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Oct 14, 2016
1 parent 51aafe6 commit 352dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/find-offsets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ local function find_current_weather()
elseif os_type == 'darwin' then
zone = zoomed_searcher('cursor', -64)
elseif os_type == 'linux' then
zone = zoomed_searcher('ui_building_assign_type', -512)
-- zone = zoomed_searcher('ui_building_assign_type', -512)
end
zone = zone or searcher

Expand Down

0 comments on commit 352dc4a

Please sign in to comment.