mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adjust volume on startup
This commit is contained in:
parent
6b7606bf98
commit
9007f4aa5a
@ -284,7 +284,7 @@ impl MonoEmitter {
|
||||
let device = AudioDevice::new(settings);
|
||||
|
||||
let sink = Sink::new(&device.device);
|
||||
sink.set_volume(settings.master_volume);
|
||||
sink.set_volume(settings.music_volume);
|
||||
|
||||
Self {
|
||||
device,
|
||||
|
Loading…
Reference in New Issue
Block a user