From 3370445a2e22ee00687ecef2e9dc88f47bb2b4c6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Dec 2023 14:42:15 +0100 Subject: a --- src/tile-atlas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tile-atlas.hpp') diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp index 4f837cf1..a4334b1a 100644 --- a/src/tile-atlas.hpp +++ b/src/tile-atlas.hpp @@ -13,7 +13,7 @@ namespace floormat { class tile_atlas final { - using quad = std::array; + using quad = Quads::quad; using texcoords = std::array; static std::unique_ptr make_texcoords_array(Vector2ui pixel_size, Vector2ub tile_count); -- cgit v1.2.3