Update in line with framework changes

This commit is contained in:
Dean Herbert
2018-02-28 21:50:52 +09:00
parent cff17f1864
commit 01fcf9c813
4 changed files with 5 additions and 5 deletions

View File

@ -183,7 +183,7 @@ namespace osu.Game.Screens.Play
{
RelativeSizeAxes = Axes.Both,
Clock = offsetClock,
ShouldProcessClock = false,
ProcessCustomClock = false,
Children = new[]
{
storyboardContainer = new Container
@ -209,7 +209,7 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Clock = offsetClock,
ShouldProcessClock = false,
ProcessCustomClock = false,
Breaks = beatmap.Breaks
}
}