From d2fe125488a11ba14f35f40eab9297e814d4d7fe Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 22 Mar 2023 11:26:46 +0100 Subject: [PATCH] Update accessibility --- Runtime/HumanoidControl/Scripts/HumanoidControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs index b4421df..6f2473f 100644 --- a/Runtime/HumanoidControl/Scripts/HumanoidControl.cs +++ b/Runtime/HumanoidControl/Scripts/HumanoidControl.cs @@ -396,7 +396,7 @@ namespace Passer.Humanoid { } } - public void LocalChangeAvatar(GameObject avatarPrefab) { + public virtual void LocalChangeAvatar(GameObject avatarPrefab) { if (avatarPrefab == null) return;