summaryrefslogtreecommitdiffhomepage
path: root/editor/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/update.cpp')
-rw-r--r--editor/update.cpp2
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)