From 775adf6c3b30c3c525623a9bc13384346c59d746 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Tue, 20 Aug 2024 18:35:29 +0300 Subject: [PATCH] Tweak reshaper sound volume --- source/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application.cpp b/source/application.cpp index 23113a3..c70d1d1 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -2678,7 +2678,7 @@ namespace gmtk void reshaper_sound() { if (in_start_menu_) return; - mixer_->add(audio::volume(key_click_->stream(), 0.25f)); + mixer_->add(audio::volume(key_click_->stream(), 0.375f)); } void item_removed_sound()