diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 08:10:44 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 08:10:44 +0200 |
| commit | ffe92653a7ec4138aa39d38fe8c68d0f0682f062 (patch) | |
| tree | 6e926620a7bed5f68daa65b00e5d70977b94ecda /wall-mesh.hpp | |
| parent | 66ee29df9c19e35b4c126e12e48bc144fe72eb22 (diff) | |
a
Diffstat (limited to 'wall-mesh.hpp')
| -rw-r--r-- | wall-mesh.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wall-mesh.hpp b/wall-mesh.hpp index 9356f384..ce1ff30a 100644 --- a/wall-mesh.hpp +++ b/wall-mesh.hpp @@ -31,7 +31,7 @@ private: using quad = std::array<vertex, 4>; using vertex_array = std::array<quad, COUNT>; - using texture_array = std::array<GL::Texture2D*, COUNT>; + using texture_array = std::array<GL::RectangleTexture*, COUNT>; static void maybe_add_tile(vertex_array& data, texture_array& textures, std::size_t& pos, tile& x, local_coords pt); |
