mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
10% chance to get finisher hits in testcase.
This commit is contained in:
parent
2cfab75bc7
commit
aac4f24a2e
@ -42,7 +42,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Score = score,
|
||||
TimeOffset = 0,
|
||||
ComboAtHit = 1,
|
||||
SecondHit = RNG.Next(2) == 0
|
||||
SecondHit = RNG.Next(10) == 0
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user