bevy/crates/bevy_render/src/camera
ira 52ee83e7e8
Fix viewport change detection (#8323)
# Objective

Fix #8321

## Solution

The `old_viewport_size` that is used to detect whether the viewport has
changed was not being updated and thus always `None`.
2023-04-10 20:41:32 +00:00
..
camera_driver_node.rs Make render graph slots optional for most cases (#8109) 2023-03-21 20:11:13 +00:00
camera.rs Fix viewport change detection (#8323) 2023-04-10 20:41:32 +00:00
mod.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
projection.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00