Merge remote-tracking branch 'master/master' into evaluators

This commit is contained in:
apollo-dw
2022-06-13 12:27:02 +01:00
45 changed files with 1603 additions and 133 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
bool firstDeltaSwitch = false;
int historicalNoteCount = Math.Min(current.Position, 32);
int historicalNoteCount = Math.Min(current.Index, 32);
int rhythmStart = 0;