Allowed windows to be properly clicked on (#34751)

This commit is contained in:
pubbi
2025-02-02 16:02:24 -06:00
committed by GitHub
parent f34233a074
commit 82bd0a291d

View 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!;