mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Disable login screen music
This commit is contained in:
parent
53405ea322
commit
9c25713b72
1 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,8 @@ void AuthScreen::render(auth::AuthHandler& authHandler) {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (renderer) {
|
||||
// Login screen music disabled
|
||||
if (false && renderer) {
|
||||
auto* music = renderer->getMusicManager();
|
||||
if (music) {
|
||||
if (!loginMusicVolumeAdjusted_) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue