mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 19:36:43 +00:00
Increase music crossfade time to 1 second
This commit is contained in:
parent
7941fd6780
commit
6e98cd8eaa
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ namespace MWSound
|
||||||
|
|
||||||
mNextMusic = filename;
|
mNextMusic = filename;
|
||||||
|
|
||||||
mMusic->setFadeout(0.5f);
|
mMusic->setFadeout(1.f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::startRandomTitle()
|
void SoundManager::startRandomTitle()
|
||||||
|
|
Loading…
Reference in a new issue