mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +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)
|
||||
{
|
||||
pauseLoop = new DrawableSample(sampleChannel)
|
||||
AddInternal(pauseLoop = new DrawableSample(sampleChannel)
|
||||
{
|
||||
Looping = true,
|
||||
};
|
||||
AddInternal(pauseLoop);
|
||||
});
|
||||
pauseLoop?.Play();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user