align NetworkStatistics exactly below NetworkManager HUD

This commit is contained in:
vis2k 2022-03-11 13:33:36 +08:00
parent 3d03146699
commit b6a9a95572

View File

@ -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();