diff options
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index c0595c45..3fd53e23 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -32,7 +32,7 @@ void app::maybe_initialize_chunk_(const chunk_coords& pos, chunk& c) void app::maybe_initialize_chunk(const chunk_coords& pos, chunk& c) { - //maybe_initialize_chunk(pos, c); + //maybe_initialize_chunk_(pos, c); } void app::do_mouse_click(const global_coords pos, int button) |