Add failing test

This commit is contained in:
smoogipoo
2021-04-20 16:51:00 +09:00
parent e227c076e5
commit 281c2041b2
2 changed files with 28 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Skinning
{
public double Length => !DrawableSamples.Any() ? 0 : DrawableSamples.Max(sample => sample.Length);
protected bool RequestedPlaying { get; private set; }
public bool RequestedPlaying { get; private set; }
public PausableSkinnableSound()
{