summaryrefslogtreecommitdiffhomepage
path: root/src/global-coords.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-08 04:04:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-08 04:04:06 +0200
commite4f23e097b731aaa221c2098f8e6cf1cf5ae5e5c (patch)
treee655cd46c582f6df87df68e5997e997451080937 /src/global-coords.hpp
parent5dfb472ff446baa440ff837a076ee24d51d0e183 (diff)
a
Diffstat (limited to 'src/global-coords.hpp')
-rw-r--r--src/global-coords.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global-coords.hpp b/src/global-coords.hpp
index 31481ba0..6ae3a37c 100644
--- a/src/global-coords.hpp
+++ b/src/global-coords.hpp
@@ -100,7 +100,7 @@ public:
constexpr local_coords local() const noexcept;
constexpr chunk_coords chunk() const noexcept;
- constexpr operator chunk_coords_() const noexcept;
+ constexpr operator chunk_coords_() const noexcept; // todo make invoking this take less typing
constexpr raw_coords_ raw() const noexcept;
constexpr raw_coords raw() noexcept;
constexpr int8_t z() const noexcept;