From a6297a2be12412ebec498b9a919b7a92f876ec46 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 3 Mar 2020 01:21:06 +0100 Subject: Some code tweaks --- src/textures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3