mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
align NetworkStatistics exactly below NetworkManager HUD
This commit is contained in:
parent
3d03146699
commit
b6a9a95572
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user