diff options
| author | Wilhem Barbier <[email protected]> | 2017-06-29 10:36:58 +0200 |
|---|---|---|
| committer | Wilhem Barbier <[email protected]> | 2017-06-29 10:36:58 +0200 |
| commit | 056a494baf3b4c450e734967c033919facfdec5c (patch) | |
| tree | 412402ada335f5f920abdc18f868572cd13fafc5 /src/textures.c | |
| parent | aba3739c1354cac4ef302d9b43c3fc5e9699b373 (diff) | |
| download | raylib-056a494baf3b4c450e734967c033919facfdec5c.tar.gz raylib-056a494baf3b4c450e734967c033919facfdec5c.zip | |
Fix some other typos
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
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; |
