From 8b4fcf1a0896d7b35c0e4a3efae74d0fbcff19bf Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:14:00 +1200 Subject: [PATCH] Fix direction icons (#10592) --- Content.Client/UserInterface/Controls/DirectionIcon.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/UserInterface/Controls/DirectionIcon.cs b/Content.Client/UserInterface/Controls/DirectionIcon.cs index fe1a93ded6..6652cdc0e5 100644 --- a/Content.Client/UserInterface/Controls/DirectionIcon.cs +++ b/Content.Client/UserInterface/Controls/DirectionIcon.cs @@ -66,7 +66,6 @@ public sealed class DirectionIcon : TextureRect handle.SetTransform(Matrix3.CreateTransform(GlobalPixelPosition - offset, -_rotation.Value)); } - handle.SetTransform(Matrix3.Identity); base.Draw(handle); } }