summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-28 07:42:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-28 07:42:01 +0200
commiteeaaef1547891b2a0d5c03a967d134a85458a36d (patch)
tree7161dd68e5ab20687a0284f4f69aa87a6ddb4fc1 /src
parentbe861794e27b6ace6ea032c11491c3828988bd95 (diff)
e
Diffstat (limited to 'src')
-rw-r--r--src/chunk-walls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp
index 7d744ff9..7b4008f9 100644
--- a/src/chunk-walls.cpp
+++ b/src/chunk-walls.cpp
@@ -286,7 +286,6 @@ GL::Mesh chunk::make_wall_mesh()
{
const auto& group = dir.*member;
const auto frames = atlas->frames(group);
-
const auto i = N++;
fm_assert(i < vertexes.size());
_walls->mesh_indexes[i] = (uint16_t)k;