Use the correct palette for sidebar icons (fixes icon glitch in cnc desert).
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenRA.Widgets
|
|||||||
|
|
||||||
public static void DrawSHP(Sprite s, float2 pos)
|
public static void DrawSHP(Sprite s, float2 pos)
|
||||||
{
|
{
|
||||||
Game.Renderer.WorldSpriteRenderer.DrawSprite(s,pos);
|
Game.Renderer.WorldSpriteRenderer.DrawSprite(s,pos, "chrome");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void DrawPanel(string collection, Rectangle Bounds)
|
public static void DrawPanel(string collection, Rectangle Bounds)
|
||||||
|
|||||||
Reference in New Issue
Block a user