Skip to content

Commit

Permalink
Animations: Fix Rotate Out not offering an angle setting
Browse files Browse the repository at this point in the history
Fixes: #4795
  • Loading branch information
InfusOnWoW committed Jan 6, 2024
1 parent 7e6ce93 commit 555f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAurasOptions/AnimationOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ function OptionsPrivate.GetAnimationOptions(data)
softMax = 360,
bigStep = 3,
hidden = function()
return (data.animation.finish.type ~= "custom" or not OptionsPrivate.Private.EnsureRegion(id).Rotate)
return (data.animation.finish.type ~= "custom" or not OptionsPrivate.Private.EnsureRegion(id).SetAnimRotation)
end
},
finish_use_color = {
Expand Down

0 comments on commit 555f323

Please sign in to comment.