Update framework (and fix non-conforming anchors in FillFlowContainers).

This commit is contained in:
Dean Herbert
2017-03-04 23:24:13 +09:00
parent a2317e5a1e
commit 00fdffe9c8
5 changed files with 24 additions and 17 deletions

View File

@ -95,8 +95,6 @@ namespace osu.Game.Beatmaps.Drawables
new DifficultyIcon(beatmap)
{
Scale = new Vector2(1.8f),
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
},
new FillFlowContainer
{