mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(NetworkClient): GUILayout tiny bit wider
This commit is contained in:
parent
74df250626
commit
5ac3cdbac0
@ -1703,7 +1703,7 @@ public static void OnGUI()
|
||||
// only if in world
|
||||
if (!ready) return;
|
||||
|
||||
GUILayout.BeginArea(new Rect(10, 5, 1000, 50));
|
||||
GUILayout.BeginArea(new Rect(10, 5, 1020, 50));
|
||||
|
||||
GUILayout.BeginHorizontal("Box");
|
||||
GUILayout.Label("Snapshot Interp.:");
|
||||
|
Loading…
Reference in New Issue
Block a user