mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +00:00
2e72755b8a
This removes the `GltfError::UnsupportedMinFilter` error. I don't think this error should have existed in the first place, because it prevents users from using assets that bevy could totally render (without mipmap support as of yet). It's much better to load the asset properly and then render it (even if it looks a little ugly), than to refuse to load the asset at all, giving users a confusing error. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |