mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:03:22 +08: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