diff --git a/Assets/Mirror/Components/NetworkStatistics.cs b/Assets/Mirror/Components/NetworkStatistics.cs index 917a7812b..3f8d2aa60 100644 --- a/Assets/Mirror/Components/NetworkStatistics.cs +++ b/Assets/Mirror/Components/NetworkStatistics.cs @@ -171,7 +171,7 @@ void OnGUI() { // create main GUI area // 105 is below NetworkManager HUD in all cases. - GUILayout.BeginArea(new Rect(15, 105, 210, 300)); + GUILayout.BeginArea(new Rect(10, 105, 215, 300)); // show client / server stats if active if (NetworkClient.active) OnClientGUI();