mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Increase sound fade from 500ms to 800ms (bis)
This commit is contained in:
parent
8d1236fbba
commit
353800ec5a
@ -66,7 +66,7 @@ CSound::StopAllSounds (bool immediat, const std::set<Sint32> * except)
|
|||||||
if (immediat || Platform::getType () == Platform::Type::JS)
|
if (immediat || Platform::getType () == Platform::Type::JS)
|
||||||
Mix_HaltChannel (i + 1);
|
Mix_HaltChannel (i + 1);
|
||||||
else
|
else
|
||||||
Mix_FadeOutChannel (i + 1, 500);
|
Mix_FadeOutChannel (i + 1, 800);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user