diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-19 14:29:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-20 08:18:03 +0100 |
commit | bc837ff53cf99d95bd7588ef79c5851421082664 (patch) | |
tree | cb470d2df1d6b80d04cbafba85b35503e527a8fa /editor/update.cpp | |
parent | f3c46930b43707e57979f08c85d53974f688380d (diff) |
cc
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 1fdbe31b..55d0ec4a 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -275,9 +275,7 @@ auto app::get_z_bounds() -> z_bounds void app::update(Ns dt) { - //M->world().collect(); M->world().collect(true); - update_cursor_tile(cursor.pixel); tests_pre_update(dt); apply_commands(*keys_); |