From 27b352032d0ceb98d996798c7d8aa327c1e4ec6c Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Fri, 4 Apr 2025 17:04:03 +0800 Subject: [PATCH] Update ComponentTemplatePropertyDrawer.cs --- .../EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Templates/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs b/src/Templates/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs index b704f5a..950a732 100644 --- a/src/Templates/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs +++ b/src/Templates/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs @@ -49,7 +49,7 @@ namespace DCFApixels.DragonECS.Unity.Editors private static SerializedProperty currentProperty; private static void SelectComponent(ComponentTemplatesDropDown.Item item) { - EcsGUI.Changed = true; + //EcsGUI.Changed = true; currentProperty.managedReferenceValue = item.Obj.Clone(); currentProperty.isExpanded = false; currentProperty.serializedObject.ApplyModifiedProperties();