stray control-Ms

This commit is contained in:
Seth Alves 2015-03-07 07:53:04 -08:00
parent 6772847d0b
commit d7c8f22246

View file

@ -72,9 +72,9 @@ public:
AABox clamp(const glm::vec3& min, const glm::vec3& max) const;
AABox clamp(float min, float max) const;
AABox& operator += (const glm::vec3& point);
AABox& operator += (const AABox& box);
AABox& operator += (const glm::vec3& point);
AABox& operator += (const AABox& box);
bool isInvalid() const { return _corner == glm::vec3(std::numeric_limits<float>::infinity()); }
private: