updated flake texture fixed collision issue, and minor value changes

This commit is contained in:
2017-06-04 17:44:02 -05:00
parent c416d9f1ea
commit 16d45757e5
12 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,6 @@ public class EntityController {
pelletPool.free(pellet);
break;
case SHARD:
System.out.println("freed");
Shard shard = (Shard) entity;
shard.remove();
shardPool.free(shard);