diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 23:46:56 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 23:46:56 +0200 |
| commit | 17283c55122234e7cc2dc352262b273d05aecff8 (patch) | |
| tree | cbc8658fc02438779a9256b31c29a66aa5a80371 /editor/update.cpp | |
| parent | 0efe01d0e7286e9eb60c4739ae748c0cb6e7a51f (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 b20e0728..579d640e 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -43,7 +43,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(_world, pos); } void app::update(float dt) |
