From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 17 May 2025 05:22:40 +0000 (-0400) Subject: Fix tethergun overlay (#37510) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=90eb3ee4fc136a049ecc37eae93d7da29757011d;p=space-station-14.git Fix tethergun overlay (#37510) * Fix tethergun overlay * slice * wah * Update TetherGunOverlay.cs --------- Co-authored-by: metalgearsloth --- diff --git a/Content.Client/StatusIcon/StatusIconOverlay.cs b/Content.Client/StatusIcon/StatusIconOverlay.cs index 32fb2dca77..aff450e657 100644 --- a/Content.Client/StatusIcon/StatusIconOverlay.cs +++ b/Content.Client/StatusIcon/StatusIconOverlay.cs @@ -121,6 +121,7 @@ public sealed class StatusIconOverlay : Overlay } handle.UseShader(null); + handle.SetTransform(Matrix3x2.Identity); } } }