]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Allowed windows to be properly clicked on (#34751)
authorpubbi <63283968+impubbi@users.noreply.github.com>
Sun, 2 Feb 2025 22:02:24 +0000 (16:02 -0600)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 22:02:24 +0000 (23:02 +0100)
Content.Client/Clickable/ClickMapManager.cs

index 6a77c7e05436a1133433237bba86345dbd76f0b7..557ef57ef106c049a8a3428cc6085b15690bf437 100644 (file)
@@ -20,7 +20,7 @@ namespace Content.Client.Clickable
             "/Textures/Logo",
         };
 
-        private const float Threshold = 0.25f;
+        private const float Threshold = 0.1f;
         private const int ClickRadius = 2;
 
         [Dependency] private readonly IResourceCache _resourceCache = default!;