mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Also fix spinner case
This commit is contained in:
parent
21b11092d6
commit
034f8c0388
@ -153,7 +153,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
if (tracking.NewValue)
|
||||
{
|
||||
if (!spinningSample.IsPlaying)
|
||||
if (!spinningSample.RequestedPlaying)
|
||||
spinningSample.Play();
|
||||
|
||||
spinningSample.VolumeTo(1, 300);
|
||||
|
Loading…
Reference in New Issue
Block a user