summaryrefslogtreecommitdiffhomepage
path: root/main/editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-20 22:19:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-20 22:19:19 +0200
commitaf931eef1537cd4206eefcb981be75a2d01cba17 (patch)
tree9b3d7b869a2a6ee82dbfbb750786d42a79b4263e /main/editor.hpp
parent767668381e1b2f76e5035e69a3d7d6f318fe2f67 (diff)
fix some warnings
Diffstat (limited to 'main/editor.hpp')
-rw-r--r--main/editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/editor.hpp b/main/editor.hpp
index f9e2def7..942185ac 100644
--- a/main/editor.hpp
+++ b/main/editor.hpp
@@ -47,7 +47,7 @@ private:
std::string _name;
std::map<std::string, std::shared_ptr<tile_atlas>> _atlases;
- std::tuple<std::shared_ptr<tile_atlas>, std::uint32_t> _selected_tile;
+ std::tuple<std::shared_ptr<tile_atlas>, std::uint8_t> _selected_tile;
std::tuple<std::shared_ptr<tile_atlas>, std::vector<std::uint8_t>> _permutation;
selection_mode _selection_mode = sel_none;
editor_mode _mode;