We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186b9cd commit 3a68934Copy full SHA for 3a68934
Assets/BossRoom/Scripts/Infrastructure/NetworkStats.cs
@@ -93,7 +93,6 @@ void CreateNetworkStatsText()
93
InitializeTextLine($"Type: {hostType}", out m_TextHostType);
94
InitializeTextLine("No Stat", out m_TextStat);
95
InitializeTextLine("", out m_TextBadNetworkConditions);
96
- m_TextBadNetworkConditions.fontSize *= 1.2f;
97
}
98
99
void InitializeTextLine(string defaultText, out TextMeshProUGUI textComponent)
0 commit comments