Skip to content

Commit

Permalink
fix: model border wasn't hided on click
Browse files Browse the repository at this point in the history
  • Loading branch information
Meivyn committed Nov 17, 2019
1 parent 7db6982 commit 61d257c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MogAssistant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ local function UpdateItems(self)
if transmogStateAtlas then
model.TransmogStateTexture:SetAtlas(transmogStateAtlas, true)
model.TransmogStateTexture:Show()
else
model.TransmogStateTexture:Hide()
end
end
end
Expand Down

0 comments on commit 61d257c

Please sign in to comment.