Fix hard crash and fix breaks have been initialized twice

This commit is contained in:
EVAST9919
2017-10-02 09:04:03 +03:00
parent 7052462863
commit b6ed977e1e
2 changed files with 2 additions and 8 deletions

View File

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