summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-03 01:21:06 +0100
committerRay <[email protected]>2020-03-03 01:21:06 +0100
commita6297a2be12412ebec498b9a919b7a92f876ec46 (patch)
treebd76033a4f23e22e16ecf9a7f1bb1bf78a0a4e19 /src
parent8724cf2ea523b6cf26a5b2217c54c65673db5cb2 (diff)
downloadraylib-a6297a2be12412ebec498b9a919b7a92f876ec46.tar.gz
raylib-a6297a2be12412ebec498b9a919b7a92f876ec46.zip
Some code tweaks
Diffstat (limited to 'src')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 98b060d7..1814b203 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -73,7 +73,7 @@
#include "rlgl.h" // raylib OpenGL abstraction layer to OpenGL 1.1, 3.3 or ES2
// Required for: rlLoadTexture() rlDeleteTextures(),
- // rlGenerateMipmaps(), some funcs for DrawTexturePro()
+ // rlGenerateMipmaps(), some funcs for DrawTexturePro()
// Support only desired texture formats on stb_image
#if !defined(SUPPORT_FILEFORMAT_BMP)