Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index 41f79fe..0020a1f 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -714,7 +714,7 @@ void frame(float seconds)
mouse_x = event.motion.x;
mouse_y = event.motion.y;
mouse_lastmoved = client()->time();
- ui::root()->event_mousecursor((float) mouse_x, (float) mouse_y);
+ ui::root()->event_mousemove((float) mouse_x, (float) mouse_y);
break;
case SDL_MOUSEBUTTONDOWN: