From 151e6911a8aa56749edbbf0c15ab04752d96c2f3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 18 Mar 2024 01:45:19 +0100 Subject: ccc --- test/path-search.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/path-search.cpp') diff --git a/test/path-search.cpp b/test/path-search.cpp index 069960c1..e3c11e28 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -20,10 +20,10 @@ constexpr bbox get_value(Vector2i sz, Vector2ui div, rotation r) { const int offset_W = iTILE_SIZE2.x()/(int)div.x(), offset_N = iTILE_SIZE2.y()/(int)div.y(); - const auto r_ = (uint8_t)r; - CORRADE_ASSUME(r_ <= (uint8_t)rotation_COUNT); + const auto rʹ = (uint8_t)r; + CORRADE_ASSUME(rʹ <= (uint8_t)rotation_COUNT); - switch (r_) + switch (rʹ) { case (uint8_t)rotation::N: { auto min_N = Vector2i(-sz.x()/2, -offset_N - sz.y()/2 ); -- cgit v1.2.3