mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkPingDisplay: Changed width to 100
This commit is contained in:
parent
2ddbf8c993
commit
c85f591b33
@ -13,7 +13,7 @@ public class NetworkPingDisplay : MonoBehaviour
|
||||
{
|
||||
public Color color = Color.white;
|
||||
public int padding = 2;
|
||||
public int width = 180;
|
||||
public int width = 100;
|
||||
public int height = 25;
|
||||
|
||||
void OnGUI()
|
||||
|
Loading…
Reference in New Issue
Block a user