diff options
Diffstat (limited to 'game/terrain.h')
-rw-r--r-- | game/terrain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/terrain.h b/game/terrain.h index 40a5989..1d00f97 100644 --- a/game/terrain.h +++ b/game/terrain.h @@ -35,6 +35,7 @@ private: glVertexArray vertexArray; glBuffer indicesBuffer; GLsizei count; + AxisAlignedBoundingBox aabb; mutable bool visible; }; |