10% chance to get finisher hits in testcase.

This commit is contained in:
smoogipooo 2017-03-21 17:55:18 +09:00
parent 2cfab75bc7
commit aac4f24a2e

View File

@ -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
}
});
}