Make icons great again (#1349)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2020-11-04 02:33:15 +01:00
committed by GitHub
co-authored by Metal Gear Sloth
parent 04a2a832ac
commit 178e2cbd76
5 changed files with 256 additions and 16 deletions
@@ -18,6 +18,9 @@ namespace Robust.Client.GameObjects.EntitySystems
private static void UpdateComponent(AppearanceComponent component)
{
if (component.Deleted)
return;
foreach (var visualizer in component.Visualizers)
{
switch (visualizer)