mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-13 04:48:01 +00:00
parent
f518c4e939
commit
6267fd1865
@ -3457,6 +3457,7 @@ static Model LoadGLTF(const char *fileName)
|
||||
ImageColorTint(&image, tint);
|
||||
texture = LoadTextureFromImage(image);
|
||||
UnloadImage(image);
|
||||
RL_FREE(texturePath);
|
||||
}
|
||||
}
|
||||
else if (img->buffer_view)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user