This commit is contained in:
smoogipooo
2017-05-16 18:05:09 +09:00
parent f4a03ec1cf
commit 60666dc824
2 changed files with 4 additions and 4 deletions

View File

@ -224,7 +224,7 @@ namespace osu.Game.Rulesets.Mania.UI
timeSpan = MathHelper.Clamp(timeSpan, time_span_min, time_span_max);
barlineContainer.TimeSpan = value;
Columns.Children.ForEach(c => c.TimingSectionContainer.TimeSpan = value);
Columns.Children.ForEach(c => c.ControlPointContainer.TimeSpan = value);
}
}