mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update with framework changes
This commit is contained in:
parent
de9d075f94
commit
58269f9314
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user