Fix inverted triangle path on Linux.

@ShadowCommander you messed up the casing on the file path.
This commit is contained in:
Pieter-Jan Briers
2020-02-17 11:29:19 +01:00
parent cd8025b87e
commit 011ac0fd7d

View File

@@ -66,7 +66,7 @@ namespace Content.Client.UserInterface
windowBackground.SetPatchMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2);
windowBackground.SetExpandMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2);
var textureInvertedTriangle = resCache.GetTexture("/nano/inverted_triangle.svg.png");
var textureInvertedTriangle = resCache.GetTexture("/Nano/inverted_triangle.svg.png");
// Button styles.
var buttonTex = resCache.GetTexture("/Nano/button.svg.96dpi.png");