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 66887ed..40a5989 100644 --- a/game/terrain.h +++ b/game/terrain.h @@ -35,6 +35,7 @@ private: glVertexArray vertexArray; glBuffer indicesBuffer; GLsizei count; + mutable bool visible; }; struct SurfaceKey { |