mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
438217035d
# Objective - Before this fix, the view query in `prepare_mesh2d_view_bind_groups` matched all views – leading to 2D view bind groups being prepared for 3D cameras. ## Solution - Added `With<Camera2d>` to the views query. ## Testing - Verified the examples still work. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |