Merge pull request #64077 from Calinou/tweak-audiostreamplayer2d3d-default-panning
Decrease default AudioStreamPlayer2D/3D panning strength
This commit is contained in:
@@ -82,7 +82,7 @@ private:
|
||||
float attenuation = 1.0;
|
||||
|
||||
float panning_strength = 1.0f;
|
||||
float cached_global_panning_strength = 1.0f;
|
||||
float cached_global_panning_strength = 0.5f;
|
||||
|
||||
protected:
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
|
||||
Reference in New Issue
Block a user