]> git.localhorst.tv Git - blank.git/blobdiff - src/model/bounds.hpp
some linting
[blank.git] / src / model / bounds.hpp
index 7177290521bb258311b3763e765c73e9aac8e05c..72ea01f506699c19e5e42fbfb0e351324d7a9601 100644 (file)
@@ -14,7 +14,7 @@ class CuboidBounds
 : public CollisionBounds {
 
 public:
-       CuboidBounds(const AABB &bounds);
+       explicit CuboidBounds(const AABB &bounds);
 
        bool Intersects(const Ray &, const glm::mat4 &, float &, glm::vec3 &) const noexcept override;
        bool Intersects(const glm::mat4 &, const AABB &, const glm::mat4 &, float &, glm::vec3 &) const noexcept override;