mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-02 15:53:51 +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();
|
auto* music = renderer->getMusicManager();
|
||||||
if (music) {
|
if (music) {
|
||||||
if (!loginMusicVolumeAdjusted_) {
|
if (!loginMusicVolumeAdjusted_) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue