updated flake texture fixed collision issue, and minor value changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user