summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorWilhem Barbier <[email protected]>2017-06-29 10:36:58 +0200
committerWilhem Barbier <[email protected]>2017-06-29 10:36:58 +0200
commit056a494baf3b4c450e734967c033919facfdec5c (patch)
tree412402ada335f5f920abdc18f868572cd13fafc5 /src/textures.c
parentaba3739c1354cac4ef302d9b43c3fc5e9699b373 (diff)
downloadraylib-056a494baf3b4c450e734967c033919facfdec5c.tar.gz
raylib-056a494baf3b4c450e734967c033919facfdec5c.zip
Fix some other typos
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 9b0067cf..5196b1e1 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -2397,7 +2397,7 @@ static Image LoadASTC(const char *fileName)
unsigned char blockZ; // Block Z dimensions (1 for 2D images)
unsigned char width[3]; // Image width in pixels (24bit value)
unsigned char height[3]; // Image height in pixels (24bit value)
- unsigned char lenght[3]; // Image Z-size (1 for 2D images)
+ unsigned char length[3]; // Image Z-size (1 for 2D images)
} ASTCHeader;
Image image;