mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user