Fix incorrect triangle density on first display.

This commit is contained in:
Dean Herbert
2017-03-03 18:08:53 +09:00
parent 9d75ab85e9
commit 71534b3e13
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,8 @@ namespace osu.Game.Overlays.Mods
new Triangles
{
TriangleScale = 5,
RelativeSizeAxes = Axes.Both,
RelativeSizeAxes = Axes.X,
Height = Height, //set the height from the start to ensure correct triangle density.
ColourLight = new Color4(53, 66, 82, 255),
ColourDark = new Color4(41, 54, 70, 255),
},