Skip to content

Commit 3a68934

Browse files
committed
removing font size increase for bad conditions warning text
1 parent 186b9cd commit 3a68934

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/BossRoom/Scripts/Infrastructure/NetworkStats.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void CreateNetworkStatsText()
9393
InitializeTextLine($"Type: {hostType}", out m_TextHostType);
9494
InitializeTextLine("No Stat", out m_TextStat);
9595
InitializeTextLine("", out m_TextBadNetworkConditions);
96-
m_TextBadNetworkConditions.fontSize *= 1.2f;
9796
}
9897

9998
void InitializeTextLine(string defaultText, out TextMeshProUGUI textComponent)

0 commit comments

Comments
 (0)