From 12d7acf095f885a97166ca16c6d274817ab342f7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 8 Mar 2025 00:59:23 +0000 Subject: Current tile in frustum as we loop Chunk by surface only, render if visible in frustum --- game/terrain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'game/terrain.h') 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 { -- cgit v1.2.3