Skip to content

Commit 796c064

Browse files
committed
Changed window opacity
1 parent 4258335 commit 796c064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabboSettings/Window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Window : Module
4040
private GUIStyle labelStyleRed;
4141
private GUIStyle labelStyleMinMax;
4242
private GUIStyle toggleStyle;
43-
private readonly Color windowColor = new Color(0.2f, 0.2f, 0.2f);
43+
private readonly Color windowColor = new Color(0f, 0f, 0f, 1f);
4444
private string separator;
4545
private GUIStyle separatorStyle;
4646
private Vector2 scrollPosition = new Vector2();

0 commit comments

Comments
 (0)