SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

Fix atmosphere not allowing multiple cameras (#23113)

# Objective

Allow multiple cameras to render an atmosphere enabling split screen and
VR apps to use the feature

## Solution

Use iter().next() instead of single() for when multiple Atmosphere
entities exist

## Testing

Tested this by adding a second camera to the atmosphere example.
Tested it in VR with the bevy_oxr crate
S
Steve Sloan committed
1e2aa7c578fdd748f6961287826a5aae6d4201b0
Parent: 3f401d1
Committed by GitHub <noreply@github.com> on 5/22/2026, 3:01:55 PM