Skip to content

Commit 8941cf3

Browse files
committed
Update textures.c
1 parent 68cad30 commit 8941cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textures.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Image LoadImage(const char *fileName)
258258
else if (IsFileExtension(fileName, ".hdr"))
259259
{
260260
#if defined(STBI_REQUIRED)
261-
int dataSize = 0;
261+
unsigned int dataSize = 0;
262262
unsigned char *fileData = LoadFileData(fileName, &dataSize);
263263

264264
if (fileData != NULL)

0 commit comments

Comments
 (0)