summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rtextures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c
index c5636563..7ae96c67 100644
--- a/src/rtextures.c
+++ b/src/rtextures.c
@@ -3341,7 +3341,7 @@ bool IsTextureReady(Texture2D texture)
(texture.width > 0) &&
(texture.height > 0) && // Validate texture size
(texture.format > 0) && // Validate texture pixel format
- (texture.mipmap > 0)); // Validate texture mipmaps (at least 1 for basic mipmap level)
+ (texture.mipmaps > 0)); // Validate texture mipmaps (at least 1 for basic mipmap level)
}
// Unload texture from GPU memory (VRAM)