mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
3.0 - bar chart
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user