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