mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:33:31 +02:00
stray control-Ms
This commit is contained in:
parent
6772847d0b
commit
d7c8f22246
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue