Skip to content

Commit

Permalink
remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
0us committed Nov 26, 2019
1 parent 30ac555 commit 02abf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/no/ntnu/trostespel/state/GameState.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class GameState<P, M> {

private transient TiledMapTileLayer collidables;
private transient ConcurrentMap<Long, M> projectiles; // TODO: Projectiles Should be pooled
private transient ConcurrentMap<Long, M> projectiles;

private ConcurrentMap<Long, P> players;
private Queue<M> projectileEvents;
Expand Down

0 comments on commit 02abf6d

Please sign in to comment.