diff --git a/Editor/BaseChartEditor.cs b/Editor/BaseChartEditor.cs index 3e3c4283..bd1d9c54 100644 --- a/Editor/BaseChartEditor.cs +++ b/Editor/BaseChartEditor.cs @@ -74,7 +74,6 @@ namespace XCharts OnMiddleInspectorGUI(); OnEndInspectorGUI(); - EditorGUILayout.PropertyField(m_DebugMode); CheckWarning(); serializedObject.ApplyModifiedProperties(); } @@ -108,6 +107,7 @@ namespace XCharts { EditorGUILayout.Space(); EditorGUILayout.Space(); + EditorGUILayout.PropertyField(m_DebugMode); } private void CheckWarning()