1
0
Fork 1
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:
Capostrophic 2019-04-25 20:26:40 +03:00
parent 7941fd6780
commit 6e98cd8eaa

View file

@ -397,7 +397,7 @@ namespace MWSound
mNextMusic = filename;
mMusic->setFadeout(0.5f);
mMusic->setFadeout(1.f);
}
void SoundManager::startRandomTitle()