mirror of https://github.com/ppy/osu
Fix missing line
This commit is contained in:
parent
758088672c
commit
9f43dedf59
|
@ -18,7 +18,6 @@
|
|||
using osu.Game.Rulesets.Scoring;
|
||||
using osu.Game.Skinning;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Screens.Play;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
@ -392,6 +391,7 @@ public virtual void StopLoopingSamples()
|
|||
{
|
||||
if (Samples?.Looping == true)
|
||||
Samples.Stop();
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue