Skip to content

Commit

Permalink
Merge pull request #647 from FructoseJuice/develop
Browse files Browse the repository at this point in the history
Fixed volume loading as default value
  • Loading branch information
Drewol authored Aug 2, 2023
2 parents 6629139 + 93e2a7c commit 7895040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Main/src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ int32 Application::Run()
AddTickable(ss);
}
else // Start regular game, goto title screen
{
g_audio->SetGlobalVolume(g_gameConfig.GetFloat(GameConfigKeys::MasterVolume));
AddTickable(TitleScreen::Create());
}
}
}

Expand Down

0 comments on commit 7895040

Please sign in to comment.