From cfa27fd8eed42599195fdff6d7d0e25586e8f18c Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 16:00:57 +0500 Subject: Graft header-only math::AABB from qfengine --- game/shared/entity/collision.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/shared/entity/collision.hh') 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 -- cgit