From aac4f24a2e3b0f7a607006ac64dddce004e6bc05 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Tue, 21 Mar 2017 17:55:18 +0900 Subject: [PATCH] 10% chance to get finisher hits in testcase. --- osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs b/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs index b61ada57a3..787bca5832 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs @@ -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 } }); }