Skip to content

Commit

Permalink
clamp derate to 0.001
Browse files Browse the repository at this point in the history
  • Loading branch information
float3 committed May 21, 2023
1 parent b38e774 commit 330a1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class AudioLink : MonoBehaviour

[Header("Autogain")]
public bool autogain = true;
[Range(0.0f, 1.0f)]
[Range(0.001f, 1.0f)]
public float autogainDerate = 0.1f;

[Header("Theme Colors")]
Expand Down

0 comments on commit 330a1e6

Please sign in to comment.