mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-25 04:28:30 +00:00
@@ -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)
|
||||||
|
Reference in New Issue
Block a user