diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 13:04:24 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 13:04:24 +0200 |
| commit | d07cfb114dcdf7648efe1369af641e740ea76938 (patch) | |
| tree | 3f4c51b9fbf75377fbd52a68dd5110f712b3347d | |
| parent | 2eb2fca20e7de6683be2e5e2bd1ac2de53ec239c (diff) | |
fix typo
| -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) |
