mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Correctly redirect BPM
from API to interface
This commit is contained in:
@ -164,7 +164,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
IEnumerable<INamedFileUsage> IBeatmapSetInfo.Files => throw new NotImplementedException();
|
||||
double IBeatmapSetInfo.MaxStarDifficulty => throw new NotImplementedException();
|
||||
double IBeatmapSetInfo.MaxLength => throw new NotImplementedException();
|
||||
double IBeatmapSetInfo.MaxBPM => throw new NotImplementedException();
|
||||
double IBeatmapSetInfo.MaxBPM => BPM;
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user