mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
[CHG] Typo in a comment
[CHG] Bad indentation in three examples
This commit is contained in:
parent
6a9ae568ec
commit
675bdbab96
4 changed files with 66 additions and 66 deletions
|
@ -323,7 +323,7 @@ void GRRLIB_ObjectViewInv(f32 posx, f32 posy, f32 posz, f32 angx, f32 angy, f32
|
|||
|
||||
/**
|
||||
* Set the texture to an object (contributed by chris_c aka DaShAmAn).
|
||||
* @param tex poiter to an image texture (GRRLIB_texImg format).
|
||||
* @param tex Pointer to an image texture (GRRLIB_texImg format).
|
||||
* @param rep Texture Repeat Mode, True will repeat it, False won't.
|
||||
*/
|
||||
void GRRLIB_SetTexture(GRRLIB_texImg *tex, bool rep) {
|
||||
|
|
Loading…
Reference in a new issue