summaryrefslogtreecommitdiffhomepage
path: root/editor/save.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/save.cpp')
-rw-r--r--editor/save.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/save.cpp b/editor/save.cpp
index c00506a7..6b712589 100644
--- a/editor/save.cpp
+++ b/editor/save.cpp
@@ -57,7 +57,7 @@ void app::do_new_file()
{
reset_world();
auto& w = M->world();
- maybe_initialize_chunk_(chunk_coords{}, w[chunk_coords{}]);
+ maybe_initialize_chunk_(chunk_coords_{}, w[chunk_coords_{}]);
}
} // namespace floormat