From 0cb43c31d0dbbe27c0219748e72768e52b6ffccc Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 10 May 2023 10:27:12 +0200 Subject: [PATCH] Update accessibility --- Runtime/HumanoidControl/Scripts/Targets/HeadTarget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/HumanoidControl/Scripts/Targets/HeadTarget.cs b/Runtime/HumanoidControl/Scripts/Targets/HeadTarget.cs index 415ca73..caa0445 100644 --- a/Runtime/HumanoidControl/Scripts/Targets/HeadTarget.cs +++ b/Runtime/HumanoidControl/Scripts/Targets/HeadTarget.cs @@ -1064,7 +1064,7 @@ namespace Passer.Humanoid { #region Tools /// Gets the eye position in world coordinates - public Vector3 GetEyePosition() { + public virtual Vector3 GetEyePosition() { if (Application.isPlaying && gameObject != null) { Camera camera = gameObject.GetComponentInChildren(); if (camera != null)