mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +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;
|
SDL_WindowData *data = (SDL_WindowData *) window->driverdata;
|
||||||
if ([data->listener isMoving]) {
|
if ([data->listener isMoving]) {
|
||||||
return;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
CGError result;
|
CGError result;
|
||||||
|
Reference in New Issue
Block a user