disable goal rotation

This commit is contained in:
Bart Moyaers
2019-07-02 16:46:42 +02:00
parent e4f1fadcd6
commit 0c7d9e920f

View File

@@ -28,7 +28,7 @@ class GoalType(Enum):
class Goal:
def __init__(self, goal_type: GoalType):
self.goal_type = goal_type
self.follow_rot = True
self.follow_rot = False
self.is_hit_prev = False
self.generateGoalData()