bevy/crates/bevy_render
Aevyrie 9095d2fb31 Physical viewport calculation fix (#5055)
# Objective

- Fixes early return when viewport is not set. This now matches the description of the function.

## Solution

- Remove errant try `?`.
2022-06-20 11:19:58 +00:00
..
macros ExtractResourcePlugin (#3745) 2022-05-30 18:36:03 +00:00
src Physical viewport calculation fix (#5055) 2022-06-20 11:19:58 +00:00
Cargo.toml Parallel Frustum Culling (#4489) 2022-06-14 02:07:40 +00:00