Fixed return value documentation for SDL_HapticUpdateEffect().
It was a cut-and-paste error from SDL_HapticNewEffect(), right above it.
This commit is contained in:
parent
dd41037670
commit
fac63fa2e4
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ extern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic,
|
|||
* \param haptic Haptic device that has the effect.
|
||||
* \param effect Effect to update.
|
||||
* \param data New effect properties to use.
|
||||
* \return The id of the effect on success or -1 on error.
|
||||
* \return 0 on success or -1 on error.
|
||||
*
|
||||
* \sa SDL_HapticNewEffect
|
||||
* \sa SDL_HapticRunEffect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue