summaryrefslogtreecommitdiffhomepage
path: root/src/point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/point.cpp')
-rw-r--r--src/point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/point.cpp b/src/point.cpp
index 67a79475..205e2a6a 100644
--- a/src/point.cpp
+++ b/src/point.cpp
@@ -9,7 +9,7 @@ Debug& operator<<(Debug& dbg, const point& pt)
auto c = Vector3i(pt.chunk3());
auto t = Vector2i(pt.local());
- auto o = pt.offset;
+ auto o = pt.offset();
dbg << "point{";
dbg << "{" << c.x() << "," << c.y() << "," << c.z() << "},";