You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This darkens the GUI when the tint is non-white. Calling tint(255) solves it. But it shouldn't darken the GUI at all, it shouldn't require the user to reset the tint before the end of draw(). Let's reset the tint ourselves while drawing the GUI then.
This darkens the GUI when the tint is non-white. Calling tint(255) solves it. But it shouldn't darken the GUI at all, it shouldn't require the user to reset the tint before the end of draw(). Let's reset the tint ourselves while drawing the GUI then.
The text was updated successfully, but these errors were encountered: