From: pubbi <63283968+impubbi@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:02:24 +0000 (-0600) Subject: Allowed windows to be properly clicked on (#34751) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=82bd0a291d95b99444498ecd356cf3c62145c355;p=space-station-14.git Allowed windows to be properly clicked on (#34751) --- diff --git a/Content.Client/Clickable/ClickMapManager.cs b/Content.Client/Clickable/ClickMapManager.cs index 6a77c7e054..557ef57ef1 100644 --- a/Content.Client/Clickable/ClickMapManager.cs +++ b/Content.Client/Clickable/ClickMapManager.cs @@ -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!;