mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 07:02:07 -05:00
Fixed compiler warning
This commit is contained in:
parent
ba24205a8a
commit
5d2d0a1574
|
|
@ -709,7 +709,7 @@ SDL_HapticStopAll(SDL_Haptic * haptic)
|
|||
return SDL_SYS_HapticStopAll(haptic);
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
SDL_HapticRumbleCreate(SDL_HapticEffect * efx)
|
||||
{
|
||||
SDL_memset(efx, 0, sizeof(SDL_HapticEffect));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user