mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
01bdf67c33
# Objective - Make `set_active_camera` system correctly respond to camera deletion, while preserving its correct behavior on first ever frame and any consequent frame, and with multiple cameras of the same type available in the world. - Fixes #4227 ## Solution - Add a check that the entity referred to by `ActiveCamera` still exists in the world. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |