3.0 - bar chart

This commit is contained in:
monitor1394
2022-01-13 21:45:59 +08:00
parent 0282dae582
commit c9addaf02c
22 changed files with 195 additions and 106 deletions

View File

@@ -155,7 +155,7 @@ namespace XCharts
public void CheckWarning(StringBuilder sb)
{
#if dUI_TextMeshPro
if (m_Profile.tmpFont == null)
if (sharedTheme.tmpFont == null)
{
sb.AppendFormat("warning:theme->tmpFont is null\n");
}