mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Restart sound on play
This commit is contained in:
@ -124,7 +124,10 @@ namespace osu.Game.Skinning
|
||||
samplesContainer.ForEach(c =>
|
||||
{
|
||||
if (PlayWhenZeroVolume || c.AggregateVolume.Value > 0)
|
||||
{
|
||||
c.Stop();
|
||||
c.Play();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user