mirror of https://github.com/encounter/SDL.git
Documentation: fix minor gamecontroller parameter warning
This commit is contained in:
parent
731a5d1c53
commit
b198febb62
|
@ -422,7 +422,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
|
|||
/**
|
||||
* Update a controller's LED color.
|
||||
*
|
||||
* \param controller The joystick to update
|
||||
* \param gamecontroller The joystick to update
|
||||
* \param red The intensity of the red LED
|
||||
* \param green The intensity of the green LED
|
||||
* \param blue The intensity of the blue LED
|
||||
|
|
Loading…
Reference in New Issue