1
0
Fork 0
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:
Andrei Kortunov 2019-04-25 21:36:42 +04:00 committed by GitHub
commit c36a22653f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()