From af931eef1537cd4206eefcb981be75a2d01cba17 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Oct 2022 22:19:19 +0200 Subject: fix some warnings --- main/editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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> _atlases; - std::tuple, std::uint32_t> _selected_tile; + std::tuple, std::uint8_t> _selected_tile; std::tuple, std::vector> _permutation; selection_mode _selection_mode = sel_none; editor_mode _mode; -- cgit v1.2.3