diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 11:03:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 11:03:25 +0200 |
commit | c8547d38a29bb4756e3351bdfa45ea72635286d8 (patch) | |
tree | 5cdf9ad44db6f7673734febdccf89b43409a9b9c /editor/update.cpp | |
parent | f47790b1ec38f27c486ad2002dac8b310933f0a4 (diff) |
a
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 a38f4e6e..8247b736 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -47,7 +47,7 @@ void app::do_mouse_release(int button) void app::do_mouse_move(global_coords pos) { - //_editor.on_mouse_move(_world, pos); + _editor.on_mouse_move(M->world(), pos); } void app::update(float dt) |