mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 10:41:33 +00:00
Merge pull request #2348 from Capostrophic/music
Increase music crossfade time to 1 second
This commit is contained in:
commit
c36a22653f
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