diff options
Diffstat (limited to 'game/shared/entity/collision.hh')
| -rw-r--r-- | game/shared/entity/collision.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/shared/entity/collision.hh b/game/shared/entity/collision.hh index ca94665..95a9b86 100644 --- a/game/shared/entity/collision.hh +++ b/game/shared/entity/collision.hh @@ -10,7 +10,7 @@ class Dimension; namespace entity
{
struct Collision final {
- math::AABB aabb;
+ math::AABBf aabb;
public:
// NOTE: entity::Collision::fixed_update must be called
|
