Commit 29167b57 authored by Sam Lantinga's avatar Sam Lantinga

Documentation fix fix

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403692
parent 5f0c128f
...@@ -915,7 +915,7 @@ extern DECLSPEC int SDLCALL SDL_QueryTexturePixels(SDL_TextureID textureID, ...@@ -915,7 +915,7 @@ extern DECLSPEC int SDLCALL SDL_QueryTexturePixels(SDL_TextureID textureID,
/** /**
* \fn int SDL_SetTexturePalette(SDL_TextureID textureID, const SDL_Color * colors, int firstcolor, int ncolors) * \fn int SDL_SetTexturePalette(SDL_TextureID textureID, const SDL_Color * colors, int firstcolor, int ncolors)
* *
* \brief Set the collor palette of an indexed texture. * \brief Set the color palette of an indexed texture.
* *
* \param texture The texture to update * \param texture The texture to update
* \param colors The array of RGB color data * \param colors The array of RGB color data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment