diff options
Diffstat (limited to 'src/entities/maresciallo.c')
-rw-r--r-- | src/entities/maresciallo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/maresciallo.c b/src/entities/maresciallo.c index 568d056..6127786 100644 --- a/src/entities/maresciallo.c +++ b/src/entities/maresciallo.c @@ -4,6 +4,7 @@ void initMaresciallo(Entity * entity, Game * game) { entity->model = &game->assets.models[MARESCIALLO_ASSET]; + setEntityRadius(entity); entity->velocity.angularVelocity = (AxisAngle){(Vector3){1.0, 1.0, 1.0}, 1.0}; } |