diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2025-02-05 05:20:16 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-02-05 06:22:43 +0100 |
| commit | 616deca57a5084b52085e1cabea7eac130d812bd (patch) | |
| tree | 5e2459ed125a844151aa990f448531e32742abf8 /src/chunk-walls.cpp | |
| parent | ab13ab5f71a5b09de3b9526feca2ed7c564cee7e (diff) | |
add commented-out parts to hardcoded constants
This is for rendering procedural holes.
Diffstat (limited to 'src/chunk-walls.cpp')
| -rw-r--r-- | src/chunk-walls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp index 3e708ee5..7d0bd29b 100644 --- a/src/chunk-walls.cpp +++ b/src/chunk-walls.cpp @@ -414,7 +414,7 @@ GL::Mesh chunk::make_wall_mesh() { const auto coord = global_coords{_coord, local_coords{k}}; - static_assert(Wall::Group_COUNT == 4); + static_assert(Wall::Group_COUNT == /* 5 */ 4); static_assert((int)Direction_::COUNT == 2); if (auto* A_nʹ = W.atlases[k*2 + 0].get()) |
