mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Merge remote-tracking branch 'master/master' into evaluators
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user