mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 00:04:32 +08:00
Fix samples being played more than once on skin change
This commit is contained in:
@@ -152,7 +152,7 @@ namespace osu.Game.Skinning
|
||||
SamplesContainer.Add(sample);
|
||||
}
|
||||
|
||||
if (wasPlaying)
|
||||
if (wasPlaying && !Looping)
|
||||
Play();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user