summaryrefslogtreecommitdiffhomepage
path: root/wall-tileset-tool/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wall-tileset-tool/main.cpp')
-rw-r--r--wall-tileset-tool/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wall-tileset-tool/main.cpp b/wall-tileset-tool/main.cpp
index c9bb3a72..e9dd6355 100644
--- a/wall-tileset-tool/main.cpp
+++ b/wall-tileset-tool/main.cpp
@@ -189,7 +189,7 @@ bool do_group(state st, size_t i, size_t j, Group& new_group)
fm_abort("can't find ground '%d'", (int)j);
}();
- auto count = 0uz, start = st.n_frames;
+ uint32_t count = 0, start = st.n_frames;
new_group = old_group;
new_group.is_defined = true;
new_group.pixel_size = Vector2ui(expected_size);
@@ -398,7 +398,7 @@ int main(int argc, char** argv)
auto new_atlas = wall_atlas_def{};
auto dest = cv::Mat4b{};
auto error = EX_DATAERR;
- size_t n_frames = 0;
+ uint32_t n_frames = 0;
auto groups = std::vector<group>{};
groups.reserve(std::size(Wall::Direction::groups));