mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
Fixed a build compatibility error
This commit is contained in:
@@ -18,9 +18,9 @@ namespace XCharts
|
||||
public class XChartsSettings : ScriptableObject
|
||||
{
|
||||
|
||||
[SerializeField] private Font m_Font;
|
||||
[SerializeField] private Font m_Font = null;
|
||||
#if dUI_TextMeshPro
|
||||
[SerializeField] private TMP_FontAsset m_TMPFont;
|
||||
[SerializeField] private TMP_FontAsset m_TMPFont = null;
|
||||
#endif
|
||||
[SerializeField] [Range(1, 200)] private int m_FontSizeLv1 = 28;
|
||||
[SerializeField] [Range(1, 200)] private int m_FontSizeLv2 = 24;
|
||||
|
||||
Reference in New Issue
Block a user