bevy/crates/bevy_render
Simon Guillot 785aad92f4 Fix pipeline initialisation of wireframe mode (fixes #1609) (#1623)
More details are in the associated issue #1609.

While looking for the source of this issue, I've noticed that the `set` and `set_untracked` methods aren't really DRY:
68606934e3/crates/bevy_asset/src/assets.rs (L76-L85)

68606934e3/crates/bevy_asset/src/assets.rs (L91-L99)

Shouldn't `set` call `set_untracked`? Also, given the bug that arose from a misusage of these functions, maybe some refactoring is needed?
2021-03-12 22:12:07 +00:00
..
src Fix pipeline initialisation of wireframe mode (fixes #1609) (#1623) 2021-03-12 22:12:07 +00:00
Cargo.toml update hexasphere to 3.2 (#1577) 2021-03-06 19:23:04 +00:00