Fixed an error about AxisTick in Inpsector

This commit is contained in:
monitor1394
2021-01-21 12:40:46 +08:00
parent 104a0cb15d
commit c23c7fd65b
3 changed files with 3 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ namespace XCharts
protected override void DrawExtendeds(SerializedProperty prop)
{
base.DrawExtendeds(prop);
PropertyField(prop, "m_Interval");
PropertyField(prop, "m_AlignWithLabel");
PropertyField(prop, "m_Inside");
}
}