mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 23:27:34 +08:00
Merge branch 'master' into spinner-combo-fix
This commit is contained in:
commit
8915ed658e
@ -18,8 +18,10 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// An arbitrary maximum amount of iterations to perform in <see cref="RunWhile"/>.
|
/// An arbitrary maximum amount of iterations to perform in <see cref="RunWhile"/>.
|
||||||
/// The specific value is not super important - enough such that no false-positives occur.
|
/// The specific value is not super important - enough such that no false-positives occur.
|
||||||
|
///
|
||||||
|
/// /b/933228 requires at least 23 iterations.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const int max_rng_iterations = 20;
|
private const int max_rng_iterations = 30;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The last pattern.
|
/// The last pattern.
|
||||||
|
Loading…
Reference in New Issue
Block a user