]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Creature.hpp
allow clicking celestial bodies
[blobs.git] / src / creature / Creature.hpp
index 2c0b6b8dabd8198d85c6f6ef9dc9743e5710b7d4..b8171ed73070a8baac5573b8c0d1c561c2427ba7 100644 (file)
@@ -177,7 +177,7 @@ public:
        Steering &GetSteering() noexcept { return steering; }
        const Steering &GetSteering() const noexcept { return steering; }
 
-       math::AABB CollisionBox() const noexcept;
+       math::AABB CollisionBounds() const noexcept;
        glm::dmat4 CollisionTransform() const noexcept;
 
        glm::dmat4 LocalTransform() noexcept;