Fix typo
This commit is contained in:
parent
c4bd28c4e7
commit
724dd8a07a
@ -397,7 +397,7 @@ namespace Passer.Humanoid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public virtual void LocalChangeAvatar(GameObject avatarPrefab) {
|
public virtual void LocalChangeAvatar(GameObject avatarPrefab) {
|
||||||
if (avatarPrefab == null)\
|
if (avatarPrefab == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Animator animator = avatarPrefab.GetComponent<Animator>();
|
Animator animator = avatarPrefab.GetComponent<Animator>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user