Tweak reshaper sound volume
This commit is contained in:
parent
9f2697d87d
commit
775adf6c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue