Skip to content

Commit

Permalink
Fix typo in WindowHandler.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
humfras authored Oct 9, 2019
1 parent 7ecca4b commit d19527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WindowHandler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ local function animateFade(obj, directionIn, force)
local from = obj:GetAlpha()

if force then
obj:setAlpha(to)
obj:SetAlpha(to)
fadeAnimator.animation.fadingDiretionIn = directionIn
return
end
Expand Down

0 comments on commit d19527a

Please sign in to comment.