mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Switch BeatmapInfo.OnlineID
delegation to use property getter for conformity
This commit is contained in:
@ -177,7 +177,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
#region Implementation of IHasOnlineID
|
||||
|
||||
int IHasOnlineID<int>.OnlineID => onlineID ?? -1;
|
||||
int IHasOnlineID<int>.OnlineID => OnlineID ?? -1;
|
||||
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user