diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index d7f8b69683..52662743c0 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -525,9 +525,7 @@ bool VideoDriver_SDL::PollEvent() } if (_cursor.UpdateCursorPosition(x, y)) { -#ifndef __ANDROID__ // No mouse warping on Android, mouse strictly follows finger SDL_WarpMouse(_cursor.pos.x, _cursor.pos.y); -#endif } HandleMouseEvents(); break;