Skip to content

Commit

Permalink
Merge pull request #282 from niefia/fixes
Browse files Browse the repository at this point in the history
Fix - Audio volume change update signal
  • Loading branch information
Phazorknight authored Sep 21, 2024
2 parents de4c235 + 4b91c3e commit 73d9779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions COGITO/EasyMenus/Scripts/OptionsTabMenu.gd
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ func _ready() -> void:

sfx_bus_index = AudioServer.get_bus_index(OptionsConstants.sfx_bus_name)
music_bus_index = AudioServer.get_bus_index(OptionsConstants.music_bus_name)
sfx_volume_slider.hslider.value_changed.connect(_on_sfx_volume_slider_value_changed)
music_volume_slider.hslider.value_changed.connect(_on_music_volume_slider_value_changed)

load_options()

Expand Down

0 comments on commit 73d9779

Please sign in to comment.