]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix tethergun overlay (#37510)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sat, 17 May 2025 05:22:40 +0000 (01:22 -0400)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 05:22:40 +0000 (15:22 +1000)
* Fix tethergun overlay

* slice

* wah

* Update TetherGunOverlay.cs

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Content.Client/StatusIcon/StatusIconOverlay.cs

index 32fb2dca77b5c6c572f1c3a9feb9cf547c948fa9..aff450e657282222a1bd8abccd1a55823b9e13b3 100644 (file)
@@ -121,6 +121,7 @@ public sealed class StatusIconOverlay : Overlay
             }
 
             handle.UseShader(null);
+            handle.SetTransform(Matrix3x2.Identity);
         }
     }
 }