mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Mac: Forgot return value in last commit.
This commit is contained in:
@@ -257,7 +257,7 @@ Cocoa_SetRelativeMouseMode(SDL_bool enabled)
|
||||
*/
|
||||
SDL_WindowData *data = (SDL_WindowData *) window->driverdata;
|
||||
if ([data->listener isMoving]) {
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
CGError result;
|
||||
|
Reference in New Issue
Block a user