mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-14 17:02:20 +02:00
added typedef for location enum
This commit is contained in:
parent
bbdf97ccc4
commit
f449eafa63
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
void dump() const;
|
||||
|
||||
enum {OUTSIDE, INTERSECT, INSIDE};
|
||||
typedef enum {OUTSIDE, INTERSECT, INSIDE} location;
|
||||
|
||||
int pointInFrustum(const glm::vec3& point) const;
|
||||
int sphereInFrustum(const glm::vec3& center, float radius) const;
|
||||
|
|
Loading…
Reference in a new issue