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
When 1 puck slide is used to score 2 sets (2 pucks enter gates which each finish a set), then the set animation will show twice. However, the first animation is for the same set index as the second animation.
This bug is caused due to the set index to animate is set directly on the setanimation object in the PlayingState (line 249), but the actual animation is queued to be displayed at a later time. This bug does not cause the score to be counted incorrectly.
The text was updated successfully, but these errors were encountered:
When 1 puck slide is used to score 2 sets (2 pucks enter gates which each finish a set), then the set animation will show twice. However, the first animation is for the same set index as the second animation.
This bug is caused due to the set index to animate is set directly on the setanimation object in the PlayingState (line 249), but the actual animation is queued to be displayed at a later time. This bug does not cause the score to be counted incorrectly.
The text was updated successfully, but these errors were encountered: