summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/collision.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 16:00:57 +0500
committeruntodesu <kirill@untode.su>2025-09-11 16:00:57 +0500
commitcfa27fd8eed42599195fdff6d7d0e25586e8f18c (patch)
tree2cc0c50b5b94f38cbbd548ab47dd7ae75d64a54c /game/shared/entity/collision.hh
parentd0fbd68055e3f4a796330cc8acc6c0954b5327ff (diff)
downloadvoxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.tar.bz2
voxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.zip
Graft header-only math::AABB<T> from qfengine
Diffstat (limited to 'game/shared/entity/collision.hh')
-rw-r--r--game/shared/entity/collision.hh2
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