Skip to content

Commit

Permalink
mouse: remove assert for unimplemented platforms (thanks, tomwardio!).
Browse files Browse the repository at this point in the history
Fixes Bugzilla #3946.
  • Loading branch information
icculus committed Nov 6, 2017
1 parent bbb22a7 commit 5cc46f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events/SDL_mouse.c
Expand Up @@ -646,7 +646,6 @@ SDL_GetGlobalMouseState(int *x, int *y)
*x = *y = 0;

if (!mouse->GetGlobalMouseState) {
SDL_assert(0 && "This should really be implemented for every target.");
return 0;
}

Expand Down

0 comments on commit 5cc46f3

Please sign in to comment.