mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
7835c92647
When loading a gltf, if there is an error loading textures, it is completely ignored. This can happen for example when loading a file with `jpg` textures without the `jpeg` Bevy feature enabled. This PR adds `warn` logs for the few cases that can happen when loading a texture. Other possible fix would be to break on first error and returning, making the asset loading failed |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |