summaryrefslogtreecommitdiffhomepage
path: root/src/tile-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r--src/tile-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
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<Vector3, 4>;
+ using quad = Quads::quad;
using texcoords = std::array<Vector2, 4>;
static std::unique_ptr<const texcoords[]> make_texcoords_array(Vector2ui pixel_size, Vector2ub tile_count);