mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 04:20:29 +00:00
Merge pull request #2348 from Capostrophic/music
Increase music crossfade time to 1 second
This commit is contained in:
commit
c36a22653f
@ -397,7 +397,7 @@ namespace MWSound
|
||||
|
||||
mNextMusic = filename;
|
||||
|
||||
mMusic->setFadeout(0.5f);
|
||||
mMusic->setFadeout(1.f);
|
||||
}
|
||||
|
||||
void SoundManager::startRandomTitle()
|
||||
|
Loading…
x
Reference in New Issue
Block a user