Skip to content

Commit

Permalink
fixing typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
tdymel committed Dec 5, 2018
1 parent 0418244 commit 473b33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CreateFrame("Frame", "MPOWA", UIParent)
MPOWA.Build = 63
MPOWA.Build = 64
MPOWA.Cloaded = false
MPOWA.loaded = false
MPOWA.selected = 1
Expand Down
2 changes: 1 addition & 1 deletion Start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function MPOWA:CreateSave(i)
self:AddAnimTranslate(cat)
end

if vaself.SAVE[i]l["rotateanimout"] then
if self.SAVE[i]["rotateanimout"] then
self:AddAnimRotateOut(cat)
end

Expand Down

0 comments on commit 473b33a

Please sign in to comment.