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; }