parent
f518c4e939
commit
6267fd1865
1 changed files with 1 additions and 0 deletions
|
@ -3457,6 +3457,7 @@ static Model LoadGLTF(const char *fileName)
|
||||||
ImageColorTint(&image, tint);
|
ImageColorTint(&image, tint);
|
||||||
texture = LoadTextureFromImage(image);
|
texture = LoadTextureFromImage(image);
|
||||||
UnloadImage(image);
|
UnloadImage(image);
|
||||||
|
RL_FREE(texturePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (img->buffer_view)
|
else if (img->buffer_view)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue