summaryrefslogtreecommitdiffhomepage
path: root/src/global-coords.hpp
diff options
context:
space:
mode:
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;