X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2FCreature.hpp;h=b8171ed73070a8baac5573b8c0d1c561c2427ba7;hp=2c0b6b8dabd8198d85c6f6ef9dc9743e5710b7d4;hb=3989da924c4e33c52f500aead5ae62bb40294781;hpb=41ee8b5d0229752576a55e102d8510ea1dbc909b diff --git a/src/creature/Creature.hpp b/src/creature/Creature.hpp index 2c0b6b8..b8171ed 100644 --- a/src/creature/Creature.hpp +++ b/src/creature/Creature.hpp @@ -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;