Skip to content

Commit

Permalink
fix: destroy previewCreature widget and free variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysius authored Nov 17, 2024
1 parent 4458636 commit fb8123e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/game_outfit/outfit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ function destroy()
showTitleCheck = nil
colorBoxes = {}
currentColorBox = nil
previewCreature:destroy()
previewCreature = nil
if appearanceGroup then
appearanceGroup:destroy()
appearanceGroup = nil
Expand Down

0 comments on commit fb8123e

Please sign in to comment.