Update accessibility

This commit is contained in:
Pascal Serrarens 2023-03-29 14:51:36 +02:00
parent 8e768343d8
commit 6c0170e4cf

View File

@ -470,7 +470,7 @@ namespace Passer.Humanoid {
OnChangeAvatarEvent?.Invoke(); OnChangeAvatarEvent?.Invoke();
} }
public void InitializeAvatar() { public virtual void InitializeAvatar() {
avatarRig = GetAvatar(this.gameObject); avatarRig = GetAvatar(this.gameObject);
// Move the animator controller to the targets rig for proper animation support // Move the animator controller to the targets rig for proper animation support