From ca9a3d2ca08abca8f6eb82a58a801190588aa86f Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 22 May 2020 08:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4DebugMode=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/BaseChartEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()