From c08be8e8837885de1ad9084cf429da20ebebb1d2 Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 20 Apr 2025 19:22:52 +0800 Subject: [PATCH] fix --- src/DebugUtils/Editor/EntlongDrawer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DebugUtils/Editor/EntlongDrawer.cs b/src/DebugUtils/Editor/EntlongDrawer.cs index 891f6af..3b3a1e8 100644 --- a/src/DebugUtils/Editor/EntlongDrawer.cs +++ b/src/DebugUtils/Editor/EntlongDrawer.cs @@ -128,7 +128,6 @@ namespace DCFApixels.DragonECS.Unity.Editors if (isValide) { - EditorGUI.ObjectField long entityLong = *(long*)&ent; fulleProperty.longValue = entityLong; }