mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
merged 2 lines
Co-authored-by: Salman Ahmed <email@iisalman.me>
This commit is contained in:
parent
43be75d481
commit
53107973a3
@ -34,11 +34,10 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
if (sampleChannel != null)
|
if (sampleChannel != null)
|
||||||
{
|
{
|
||||||
pauseLoop = new DrawableSample(sampleChannel)
|
AddInternal(pauseLoop = new DrawableSample(sampleChannel)
|
||||||
{
|
{
|
||||||
Looping = true,
|
Looping = true,
|
||||||
};
|
});
|
||||||
AddInternal(pauseLoop);
|
|
||||||
pauseLoop?.Play();
|
pauseLoop?.Play();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user