We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83937b0 commit 92e2aa8Copy full SHA for 92e2aa8
rlbot/managers/rendering.py
@@ -54,7 +54,7 @@ def __init__(self, game_interface: SocketRelay):
54
55
@staticmethod
56
def create_color(red: int, green: int, blue: int, alpha: int = 255):
57
- return flat.Color(alpha, red, green, blue)
+ return flat.Color(red, green, blue, alpha)
58
59
60
def team_color(team: int, alt_color: bool = False):
0 commit comments