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
the LineupGroup class is currently using LineupCorretX and LineupCorrectY where it needs to be converted to use LineupWithTarget.
LineupGroup also needs a second constructor so it can take a target Angles enum value.
The default constructor will call the default constructor of LineupGroup signaling it to use the closest target angle from Angles.
The text was updated successfully, but these errors were encountered:
the LineupGroup class is currently using LineupCorretX and LineupCorrectY where it needs to be converted to use LineupWithTarget.
LineupGroup also needs a second constructor so it can take a target Angles enum value.
The default constructor will call the default constructor of LineupGroup signaling it to use the closest target angle from Angles.
The text was updated successfully, but these errors were encountered: