diff --git a/NebulaWorld/UIPlayerList/UIStyles/DialogStyles.cs b/NebulaWorld/UIPlayerList/UIStyles/DialogStyles.cs index 1860ec7cc..f7b6a91bb 100644 --- a/NebulaWorld/UIPlayerList/UIStyles/DialogStyles.cs +++ b/NebulaWorld/UIPlayerList/UIStyles/DialogStyles.cs @@ -13,7 +13,7 @@ public static GUIStyle WindowBackgroundStyle() var height = 32; if (_textureMemory == null) - _textureMemory = MakeTex(width, height, new Color32(36, 67, 76, 200); + _textureMemory = MakeTex(width, height, new Color32(36, 67, 76, 200)); var style = new GUIStyle(GUI.skin.box) {