mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add comment making mania test behaviour clearer
This commit is contained in:
parent
4b81880655
commit
7fead6ee41
@ -35,6 +35,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
|
||||
objects.Add(new Note { StartTime = time });
|
||||
|
||||
// don't hit the first note
|
||||
if (i > 0)
|
||||
{
|
||||
frames.Add(new ManiaReplayFrame(time + 10, ManiaAction.Key1));
|
||||
|
Loading…
Reference in New Issue
Block a user