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

View File

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