Include missing offset

This commit is contained in:
Dean Herbert 2018-02-27 16:01:55 +09:00
parent 9c0dfb7c8c
commit 0635ae2293

View File

@ -198,7 +198,7 @@ namespace osu.Game.Screens.Play
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Clock = decoupledClock,
Clock = offsetClock,
Breaks = beatmap.Breaks
}
}