We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4258335 commit 796c064Copy full SHA for 796c064
BabboSettings/Window.cs
@@ -40,7 +40,7 @@ public class Window : Module
40
private GUIStyle labelStyleRed;
41
private GUIStyle labelStyleMinMax;
42
private GUIStyle toggleStyle;
43
- private readonly Color windowColor = new Color(0.2f, 0.2f, 0.2f);
+ private readonly Color windowColor = new Color(0f, 0f, 0f, 1f);
44
private string separator;
45
private GUIStyle separatorStyle;
46
private Vector2 scrollPosition = new Vector2();
0 commit comments