1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 10:47:45 +08:00

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
}
}