Fix warnings detected on Android build

This commit is contained in:
Sylvain Becker
2018-12-06 09:22:00 +01:00
parent a7563bcd3d
commit 252dc85e95
10 changed files with 22 additions and 18 deletions

View File

@@ -545,7 +545,7 @@ SDL_SendMouseWheel(SDL_Window * window, SDL_MouseID mouseID, float x, float y, S
SDL_SetMouseFocus(window);
}
if (!x && !y) {
if (x == 0. && y == 0.) {
return 0;
}