author | Mike Gorchak <lestat@i.com.ua> |
Tue, 28 Apr 2009 04:43:21 +0000 | |
changeset 3112 | 8f3fd508734b |
parent 3111 | 14d32495a502 |
child 3113 | df2bb5735822 |
--- a/src/events/SDL_mouse.c Tue Apr 28 04:41:25 2009 +0000 +++ b/src/events/SDL_mouse.c Tue Apr 28 04:43:21 2009 +0000 @@ -473,8 +473,8 @@ event.motion.cursor = mouse->current_end; posted = (SDL_PushEvent(&event) > 0); } - mouse->last_x = x; - mouse->last_y = y; + mouse->last_x = mouse->x; + mouse->last_y = mouse->y; return posted; }