mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Update with framework changes
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user