mirror of https://github.com/encounter/SDL.git
Mac: Forgot return value in last commit.
This commit is contained in:
parent
dd94c5fa54
commit
0d5957dfee
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue