Uppercase shear... wtf

This commit is contained in:
miterosan
2018-07-09 22:59:29 +02:00
parent 73a87914f2
commit 9f9444d65a
2 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays.Chat.Tabs
Anchor = Anchor.BottomLeft;
Origin = Anchor.BottomLeft;
Shear = new Vector2(ChannelTabControl.shear_width / ChatOverlay.TAB_AREA_HEIGHT, 0);
Shear = new Vector2(ChannelTabControl.SHEAR_WIDTH / ChatOverlay.TAB_AREA_HEIGHT, 0);
Masking = true;
EdgeEffect = new EdgeEffectParameters
@ -143,7 +143,7 @@ namespace osu.Game.Overlays.Chat.Tabs
},
new Container
{
Shear = new Vector2(-ChannelTabControl.shear_width / ChatOverlay.TAB_AREA_HEIGHT, 0),
Shear = new Vector2(-ChannelTabControl.SHEAR_WIDTH / ChatOverlay.TAB_AREA_HEIGHT, 0),
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{