mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Just a little docs error ;)
This commit is contained in:
parent
9c6a0491eb
commit
3d92f40205
1 changed files with 1 additions and 2 deletions
|
@ -243,9 +243,8 @@ GRRLIB_texImg GRRLIB_LoadTextureJPG(const unsigned char my_jpg[]) {
|
|||
|
||||
/**
|
||||
* Load a texture from a buffer.
|
||||
* Take Care to have a JPG finnishing by 0xFF 0xD9 !!!!
|
||||
* @param my_img the JPEG or PNG buffer to load.
|
||||
* @return A GRRLIB_texImg structure filled with PNG informations.
|
||||
* @return A GRRLIB_texImg structure filled with imgage informations.
|
||||
*/
|
||||
GRRLIB_texImg GRRLIB_LoadTexture(const unsigned char my_img[]) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue