diff options
Diffstat (limited to 'src/entities/antifaShip.c')
-rw-r--r-- | src/entities/antifaShip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/antifaShip.c b/src/entities/antifaShip.c index 94fc8c8..6c017c8 100644 --- a/src/entities/antifaShip.c +++ b/src/entities/antifaShip.c @@ -120,6 +120,8 @@ void updateAntifaShip(Game * game, Entity * entity) { break; } + //printf("%f\n", entity->health); + entityCheckTransformedCollisionModel(entity); } |