Skip to content

Commit

Permalink
fix: sdk7 avatar shape reposition on scene reload (#6015)
Browse files Browse the repository at this point in the history
added missing variable reset on cleanup
  • Loading branch information
pravusjif authored Dec 13, 2023
1 parent d80e384 commit 0a70545
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ public void RemoveHideAvatarModifier()

public void Cleanup()
{
initializedPosition = false;
playerName?.Hide(true);
if (player != null)
{
Expand Down

0 comments on commit 0a70545

Please sign in to comment.