summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-08 10:06:12 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-08 10:06:12 +0200
commitd17ed6b4ba01a73d33e3ff3ca8f0f6fb25259223 (patch)
treeda7b7cfccf239d447f1d2130f901ad885b07b0c7 /editor/app.cpp
parent59becaeefcb564356d87aaf19cf67fccea311ca3 (diff)
a
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index 6186beb7..4293708d 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -30,7 +30,7 @@ app::app(fm_settings&& opts) :
{
reset_world();
auto& w = M->world();
- constexpr chunk_coords coord{0, 0};
+ constexpr chunk_coords_ coord{0, 0, 0};
maybe_initialize_chunk_(coord, w[coord]);
reset_camera_offset();
inspectors.reserve(16);