Skip to content

Commit

Permalink
Update src/spatial.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Graule <solarliner@gmail.com>
  • Loading branch information
mgi388 and SolarLiner committed May 5, 2024
1 parent ee89f20 commit 00be819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct SpatialEmitter {
impl Default for SpatialEmitter {
fn default() -> Self {
Self {
attenuation: Some(Easing::Linear),
attenuation: Some(Easing::OutPowi(2)),
enable_spatialization: true,
distances: EmitterDistances::default(),
}
Expand Down

0 comments on commit 00be819

Please sign in to comment.