Skip to content

Commit

Permalink
Minimum 0f
Browse files Browse the repository at this point in the history
  • Loading branch information
RenNagasaki committed Aug 13, 2024
1 parent 5c39fa1 commit 308b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Echokraut/Windows/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ private void DrawChatSettings()
}

var voiceBubbleAudibleRange = this.Configuration.VoiceBubbleAudibleRange;
if (ImGui.SliderFloat("3D Space audible range (shared with chat)", ref voiceBubbleAudibleRange, .1f, 2f))
if (ImGui.SliderFloat("3D Space audible range (shared with chat)", ref voiceBubbleAudibleRange, 0f, 2f))
{
this.Configuration.VoiceBubbleAudibleRange = voiceBubbleAudibleRange;
this.Configuration.Save();
Expand Down

0 comments on commit 308b4f4

Please sign in to comment.