Skip to content

Commit

Permalink
Fix music volume update on trackbar dragging (close #51).
Browse files Browse the repository at this point in the history
  • Loading branch information
LVLVbNH committed May 17, 2018
1 parent 94a2f70 commit c1270ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/gamedata/configs/ui/ui_mm_opt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_music_volume</text>
</cap_musicvolume>
<track_musicvolume x="175" y="36" width="235" height="16">
<options_item entry="snd_volume_music" group="mm_opt_sound"/>
<options_item entry="snd_volume_music" group="mm_opt_sound" depend="runtime"/>
</track_musicvolume>

<cap_snd_device x="15" y="63" width="135" height="24">
Expand Down
2 changes: 1 addition & 1 deletion res/gamedata/configs/ui/ui_mm_opt_16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_music_volume</text>
</cap_musicvolume>
<track_musicvolume x="140" y="36" width="188" height="16">
<options_item entry="snd_volume_music" group="mm_opt_sound"/>
<options_item entry="snd_volume_music" group="mm_opt_sound" depend="runtime"/>
</track_musicvolume>

<cap_snd_device x="12" y="63" width="108" height="24">
Expand Down

0 comments on commit c1270ad

Please sign in to comment.