Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix emissive value in StandardMaterial after swith to LinearRgba (bev…
…yengine#13502) # Objective - bevyengine#13352 broke bloom in 3d ## Solution - Use the correct value for `emissive` in `StandardMaterial`. It's computed just above but unused https://github.com/bevyengine/bevy/blob/d87505899fc6adcb1a26550e921b0f5b0c351c57/crates/bevy_pbr/src/pbr_material.rs#L975-L976 ## Testing - Run example `bloom_3d`
- Loading branch information