Fixed a Inpsector displayed error

This commit is contained in:
monitor1394
2021-01-22 09:08:52 +08:00
parent c20c47e849
commit 3a47c5de2a
5 changed files with 3 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
/* */
/************************************************/
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
@@ -23,7 +22,7 @@ namespace XCharts
++EditorGUI.indentLevel;
PropertyField(prop, "m_MaxWidth");
PropertyField(prop, "m_Gap");
PropertyField(prop, "m_LimitSuffix");
PropertyField(prop, "m_Suffix");
--EditorGUI.indentLevel;
}
}