summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui-tiles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui-tiles.cpp')
-rw-r--r--editor/imgui-tiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui-tiles.cpp b/editor/imgui-tiles.cpp
index 57cdecba..ead843a8 100644
--- a/editor/imgui-tiles.cpp
+++ b/editor/imgui-tiles.cpp
@@ -48,7 +48,7 @@ void app::draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const st
push_style_color(ImGuiCol_ButtonHovered, color_hover),
};
const bool perm_selected = ed.is_permutation_selected(atlas);
- constexpr std::size_t per_row = 8;
+ constexpr size_t per_row = 8;
for (auto i = 0_uz; i < N; i++)
{
const bool selected = ed.is_tile_selected(atlas, i);