From 17283c55122234e7cc2dc352262b273d05aecff8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Oct 2022 23:46:56 +0200 Subject: a --- editor/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/update.cpp') 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) -- cgit v1.2.3