Skip to content

Commit

Permalink
Fix #1474.
Browse files Browse the repository at this point in the history
Fixes typo causing issue reported in discord where the avatar
customization GUI can persist into Relto.
  • Loading branch information
Hoikas committed Aug 27, 2023
1 parent 3a27b23 commit b516840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Python/xAvatarCustomization.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def OnGUINotify(self,id,control,event):
descbox = AvCustGUI.dialog.getControlModFromTag(kClothingDesc)
descbox.setString(newitem.description)
# set up the color pickers
colorbar1 = pAvCustGUI.dialog.getControlModFromTag(kColorbarName1)
colorbar1 = AvCustGUI.dialog.getControlModFromTag(kColorbarName1)
if newitem.colorlabel1 == "":
self.IHideColorPicker(kColor1ClickMap)
else:
Expand Down

0 comments on commit b516840

Please sign in to comment.