summaryrefslogtreecommitdiffhomepage
path: root/Reader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Reader.cpp')
-rw-r--r--Reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reader.cpp b/Reader.cpp
index edd7d36..d6826f6 100644
--- a/Reader.cpp
+++ b/Reader.cpp
@@ -14,7 +14,7 @@
static constexpr long double SCALE {.0001};
-static constexpr long double EXTENT {1000 * 50000};
+static constexpr long double EXTENT {20000};
static Grid& find_grid_for(std::vector<Grid>& grids, const LongVector3& position);