mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-07 13:20:25 +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;
|
mNextMusic = filename;
|
||||||
|
|
||||||
mMusic->setFadeout(0.5f);
|
mMusic->setFadeout(1.f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::startRandomTitle()
|
void SoundManager::startRandomTitle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user