summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/anim.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp
index 5c1f61a7..a5dddebe 100644
--- a/draw/anim.cpp
+++ b/draw/anim.cpp
@@ -65,7 +65,6 @@ void anim_mesh::draw(tile_shader& shader, const Vector2i& win_size, chunk& c, Ar
constexpr auto quad_index_count = 6;
auto [mesh_, es, size] = c.ensure_scenery_mesh({ _draw_array, _draw_vertexes, _draw_indexes });
- GL::MeshView mesh{mesh_};
const auto max_index = uint32_t(size*quad_index_count - 1);
uint32_t i = 0;