From 43cf7767c417b6efad3e7a5209270055d0e69902 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 7 Mar 2023 12:11:37 +0100 Subject: [PATCH] Updated inheritance --- Editor/Tools/Input/ControllerInput_Editor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Tools/Input/ControllerInput_Editor.cs b/Editor/Tools/Input/ControllerInput_Editor.cs index 7d95f7c..ae97030 100644 --- a/Editor/Tools/Input/ControllerInput_Editor.cs +++ b/Editor/Tools/Input/ControllerInput_Editor.cs @@ -4,7 +4,7 @@ using UnityEngine; namespace Passer { using Humanoid; - [CustomEditor(typeof(ControllerInput))] + [CustomEditor(typeof(ControllerInput), true)] public class ControllerInput_Editor : Editor { protected ControllerInput controllerInput;