diff --git a/Package/Editor/CrashKonijn.Goap.Editor/TypeDrawers/GoapActionProviderEditor.cs b/Package/Editor/CrashKonijn.Goap.Editor/TypeDrawers/GoapActionProviderEditor.cs index 03a78e45..dc728db7 100644 --- a/Package/Editor/CrashKonijn.Goap.Editor/TypeDrawers/GoapActionProviderEditor.cs +++ b/Package/Editor/CrashKonijn.Goap.Editor/TypeDrawers/GoapActionProviderEditor.cs @@ -19,6 +19,7 @@ public override VisualElement CreateInspectorGUI() root.styleSheets.Add(AssetDatabase.LoadAssetAtPath($"{GoapEditorSettings.BasePath}/Styles/Generic.uss")); root.Add(new PropertyField(this.serializedObject.FindProperty("k__BackingField"))); + root.Add(new PropertyField(this.serializedObject.FindProperty("k__BackingField"))); root.Add(new PropertyField(this.serializedObject.FindProperty("k__BackingField"))); if (!Application.isPlaying)