mirror of
https://github.com/ppy/osu
synced 2025-03-06 11:28:12 +00:00
Fix typo in comment.
This commit is contained in:
parent
5a507838d6
commit
5ff3767038
@ -37,7 +37,7 @@ namespace osu.Game
|
||||
{
|
||||
base.Load();
|
||||
|
||||
//attach out bindables to the audio subsystem.
|
||||
//attach our bindables to the audio subsystem.
|
||||
Audio.Volume.Weld(Config.GetBindable<double>(OsuConfig.VolumeGlobal));
|
||||
Audio.VolumeSample.Weld(Config.GetBindable<double>(OsuConfig.VolumeEffect));
|
||||
Audio.VolumeTrack.Weld(Config.GetBindable<double>(OsuConfig.VolumeMusic));
|
||||
|
Loading…
Reference in New Issue
Block a user