diff --git a/SDL/src/video/wii/SDL_wiievents.c b/SDL/src/video/wii/SDL_wiievents.c index 9b174bd..06ecec6 100644 --- a/SDL/src/video/wii/SDL_wiievents.c +++ b/SDL/src/video/wii/SDL_wiievents.c @@ -107,7 +107,7 @@ void PumpEvents() if (mstat) { - posted += SDL_PrivateMouseMotion(0, 1, me.rx*2, me.ry*2); + posted += SDL_PrivateMouseMotion(0, 1, me.rx, me.ry); u8 button = me.button;