Skip to content

Commit

Permalink
Added missing closing bracket to MakeTex call
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienXAXS committed Jul 24, 2024
1 parent d72baa0 commit f08e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NebulaWorld/UIPlayerList/UIStyles/DialogStyles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f08e954

Please sign in to comment.