Skip to content

Commit

Permalink
Mac: Forgot return value in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Feb 27, 2014
1 parent dd94c5f commit 0d5957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoamouse.m
Expand Up @@ -257,7 +257,7 @@ + (NSCursor *)invisibleCursor
*/
SDL_WindowData *data = (SDL_WindowData *) window->driverdata;
if ([data->listener isMoving]) {
return;
return 0;
}

CGError result;
Expand Down

0 comments on commit 0d5957d

Please sign in to comment.