From d5955d35b9fd32b31b4cd7b5b6f286e1b9c43494 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 15 Oct 2022 22:21:17 +0200 Subject: a --- draw/wall-mesh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw/wall-mesh.hpp') diff --git a/draw/wall-mesh.hpp b/draw/wall-mesh.hpp index 364f3831..b021ef95 100644 --- a/draw/wall-mesh.hpp +++ b/draw/wall-mesh.hpp @@ -27,7 +27,7 @@ private: using quad = std::array; using vertex_array = std::array; - using texture_array = std::array; + using texture_array = std::array; static void maybe_add_tile(vertex_array& data, texture_array& textures, tile& x, std::size_t pos); static void add_wall(vertex_array& data, texture_array& textures, tile_image& img, std::size_t pos); -- cgit v1.2.3