Skip to content

Commit

Permalink
adjust maxCameraZoomFactor for cata
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Aug 5, 2024
1 parent cc09dad commit 9234b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/GeneralConfigPanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local _, addon = ...
local THIRD_WIDTH = 1.25

local maxCameraZoomFactor
if addon.IsClassicEra() then
if not addon.IsRetail() then
maxCameraZoomFactor = 3.4
else
maxCameraZoomFactor = 2.6
Expand Down

0 comments on commit 9234b29

Please sign in to comment.