Skip to content

Commit 8b60dde

Browse files
dtracerstarehart
authored andcommitted
Remove unused URotationToRadians constant (RLBot#2)
1 parent 3faf021 commit 8b60dde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python_example/python_example.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from rlbot.agents.base_agent import BaseAgent, SimpleControllerState
44
from rlbot.utils.structures.game_data_struct import GameTickPacket
55

6-
URotationToRadians = math.pi / float(32768)
7-
86

97
class PythonExample(BaseAgent):
108

0 commit comments

Comments
 (0)