Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
quick fix for player anchor
  • Loading branch information
s0h2x authored Jul 7, 2022
1 parent 188a523 commit e6821f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ end
function addon:setup_anchor()
if addon:taint() then return end
PlayerFrame:SetScale(config.player.scale)
PlayerFrame:SetMovable(false)
TargetFrame:SetScale(config.target.scale)
FocusFrame:SetScale(config.focus.scale)
FocusFrame:SetMovable(false)
Expand Down Expand Up @@ -157,4 +158,4 @@ local function style_string()
text:SetShadowOffset(src.font_offset, -src.font_offset)
end
end
style_string()
style_string()

0 comments on commit e6821f2

Please sign in to comment.