summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 9d8f2f16..521fa7b1 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -35,7 +35,7 @@ constexpr inline Pair<int, int8_t> normalize_coord(const int8_t cur, const int n
auto xmask = (int8_t)-(int8_t)b;
t += s & tmask;
x = (int8_t)((tile_size - a)*-s) & xmask | (int8_t)(x & ~xmask);
- return { t, (int8_t)x };
+ return { t, x };
}
} // namespace