diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 19:12:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 19:12:26 +0200 |
commit | 387ab8e946398c29bd462041689e9da4152ec52b (patch) | |
tree | 6be4a6f9c73d27460467fcaa7b3a366ec2ee011c /serialize | |
parent | a4847d340b8a90cc538247280de281ca24790c82 (diff) |
tile atlas shenanigans
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/tile-atlas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/tile-atlas.cpp b/serialize/tile-atlas.cpp index 896d29a4..4c80a212 100644 --- a/serialize/tile-atlas.cpp +++ b/serialize/tile-atlas.cpp @@ -11,7 +11,7 @@ using namespace floormat; namespace nlohmann { -using proxy_atlas = std::tuple<std::string, Vector2ui>; +using proxy_atlas = std::tuple<std::string, Vector2ub>; using shared_atlas = std::shared_ptr<floormat::tile_atlas>; void adl_serializer<shared_atlas>::to_json(json& j, const shared_atlas& x) |