mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
@ -64,6 +64,6 @@ namespace osu.Game.Rulesets.Difficulty.Preprocessing
|
||||
|
||||
public DifficultyHitObject Previous(int backwardsIndex) => difficultyHitObjects.ElementAtOrDefault(Position - (backwardsIndex + 1));
|
||||
|
||||
public DifficultyHitObject Next(int forwardsIndex) => difficultyHitObjects.ElementAtOrDefault(Position - (forwardsIndex + 1));
|
||||
public DifficultyHitObject Next(int forwardsIndex) => difficultyHitObjects.ElementAtOrDefault(Position + (forwardsIndex + 1));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user