mirror of https://github.com/ppy/osu
Update DistanceObjectPatternGenerator.cs
This commit is contained in:
parent
a239411808
commit
b5674c8f30
|
@ -220,7 +220,7 @@ private Pattern generateStair(double startTime)
|
|||
{
|
||||
addToPattern(pattern, column, startTime, startTime);
|
||||
startTime += segmentDuration;
|
||||
|
||||
|
||||
// Check if we're at the borders of the stage, and invert the pattern if so
|
||||
if (increasing)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue