Skip to content

Commit

Permalink
test: Resolved failing tests in EnemyTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSLLW committed Oct 15, 2023
1 parent 1856c3c commit b6a7afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class BaseEnemyConfig extends BaseEntityConfig {

private int idCounter = 0;
private static int idCounter = 0;

public final int speed;

Expand Down

0 comments on commit b6a7afe

Please sign in to comment.