Fix tethergun overlay (#37510)

* Fix tethergun overlay

* slice

* wah

* Update TetherGunOverlay.cs

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Nemanja 2025-05-17 01:22:40 -04:00 committed by GitHub
parent 4551363781
commit 90eb3ee4fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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