mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Aaand docs again.
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.OsuDifficulty.Utils
|
||||
{
|
||||
get
|
||||
{
|
||||
if (i > Count - 1)
|
||||
if (i < 0 || i > Count - 1)
|
||||
throw new IndexOutOfRangeException();
|
||||
|
||||
i += marker;
|
||||
|
Reference in New Issue
Block a user