Possibly fix volume
This commit is contained in:
parent
7ef95458e3
commit
1b32c57447
@ -50,7 +50,7 @@ pub async fn handle_graphics_blocking<ConfigBuilder>(
|
||||
// Set up audio
|
||||
debug!("Set up Audio");
|
||||
let audio_subsystem = RaylibAudio::init_audio_device();
|
||||
audio_subsystem.set_master_volume(0.4);
|
||||
audio_subsystem.set_master_volume(game_settings.volume.unwrap_or(0.5));
|
||||
|
||||
// Set up the internal screens
|
||||
let mut loading_screen = crate::rendering::screens::loading_screen::LoadingScreen::new();
|
||||
|
Reference in New Issue
Block a user