1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Update with framework changes

This commit is contained in:
smoogipoo 2021-01-20 13:35:43 +09:00
parent de9d075f94
commit 58269f9314

View File

@ -129,7 +129,7 @@ namespace osu.Game.Skinning
/// </summary>
public bool Playing => activeChannel?.Playing ?? false;
public bool Played => activeChannel?.Played ?? false;
public bool Played => !activeChannel?.Playing ?? false;
private bool looping;