To reproduce: Run `cargo run --example spatial`. Notice the sound starting from the right. Run `cargo run --example spatial --release`. Notice the sound starting from the left. Related to this comment: - https://github.com/bevyengine/bevy/pull/6028#issuecomment-1253328622
To reproduce:
Run
cargo run --example spatial. Notice the sound starting from the right.Run
cargo run --example spatial --release. Notice the sound starting from the left.Related to this comment: