[CHG] Nothing important (code formating)

This commit is contained in:
Crayon2000 2009-09-04 16:13:51 +00:00
parent f5585bae76
commit 622e74b66c

View file

@ -89,7 +89,7 @@ void GRRLIB_BMFX_Grayscale (const GRRLIB_texImg *texsrc,
* Change a texture to sepia (old photo style).
* @see GRRLIB_FlushTex
* @param texsrc The texture source.
* @param texdest The texture grayscaled destination.
* @param texdest The texture destination.
* @author elisherer
*/
void GRRLIB_BMFX_Sepia (const GRRLIB_texImg *texsrc, GRRLIB_texImg *texdest) {