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 d62897d commit 82c75d5Copy full SHA for 82c75d5
Assets/BossRoom/Scripts/Infrastructure/NetworkStats.cs
@@ -93,7 +93,7 @@ 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.5f;
+ m_TextBadNetworkConditions.fontSize *= 1.2f;
97
}
98
99
void InitializeTextLine(string defaultText, out TextMeshProUGUI textComponent)
0 commit comments