Skip to content

Commit

Permalink
lower default volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed May 10, 2024
1 parent c04fa56 commit 5d56345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/Data/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Settings

float fogDistance = 1.0f;

float masterVolume = 0.6f;
float masterVolume = 0.4f;

bool vsync = true;
bool fullscreen = false;
Expand Down

0 comments on commit 5d56345

Please sign in to comment.