bevy/crates/bevy_render
TheRawMeatball 5e2d9b4ae4 Add explicit ordering between update_frusta and camera_system (#5757)
# Objective

Fix a nasty system ordering bug between `update_frusta` and `camera_system` that lead to incorrect frustum s, leading to excessive culling and extremely hard-to-debug visual glitches

## Solution

- add explicit system ordering
2022-08-23 09:40:06 +00:00
..
macros Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00
src Add explicit ordering between update_frusta and camera_system (#5757) 2022-08-23 09:40:06 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00