mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
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
Block a user