mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 19:53:08 +08:00
Add note about weird taiko iteration
This commit is contained in:
parent
b07d7e8177
commit
d4ce712672
@ -23,6 +23,8 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Utils
|
||||
{
|
||||
const double margin_of_error = 5;
|
||||
|
||||
// This never compares the first two elements in the group.
|
||||
// This sounds wrong but is apparently "as intended" (https://github.com/ppy/osu/pull/31636#discussion_r1942673329)
|
||||
var groupedObjects = new List<T> { objects[i] };
|
||||
i++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user