diff options
Diffstat (limited to 'draw/wall-mesh.hpp')
-rw-r--r-- | draw/wall-mesh.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<vertex, 4>; using vertex_array = std::array<quad, COUNT>; - using texture_array = std::array<GL::RectangleTexture*, COUNT>; + using texture_array = std::array<GL::Texture2D*, COUNT>; 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); |