mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +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;
|
||||
|
||||
mMusic->setFadeout(0.5f);
|
||||
mMusic->setFadeout(1.f);
|
||||
}
|
||||
|
||||
void SoundManager::startRandomTitle()
|
||||
|
|
Loading…
Reference in a new issue