Fixed compiler warning
This commit is contained in:
parent
b76f908f27
commit
f0c1972949
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue