Skip to content

Commit

Permalink
Fix crash caused by destroying balls twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dozingcat committed Apr 5, 2022
1 parent ac369e8 commit 7e2f124
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ public void removeDeadBalls() {
deadBalls = new ArrayList<>();
}
deadBalls.add(ball);
ball.destroySelf();
}
}

Expand Down

0 comments on commit 7e2f124

Please sign in to comment.