1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:41:54 +08:00

Update DistanceObjectPatternGenerator.cs

This commit is contained in:
Dan Balasescu
2017-05-18 19:33:02 +09:00
committed by GitHub
Unverified
parent a239411808
commit b5674c8f30
@@ -220,7 +220,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
{
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)
{