mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 04:20:20 +00:00
Increase music crossfade time to 1 second
This commit is contained in:
parent
7941fd6780
commit
6e98cd8eaa
@ -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