Skip to content

Commit

Permalink
Updated the clickmap threshold so that more opaque things are able to…
Browse files Browse the repository at this point in the history
… be clicked on.
  • Loading branch information
impubbi committed Jan 29, 2025
1 parent 1031d2a commit 1e9b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Clickable/ClickMapManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal sealed class ClickMapManager : IClickMapManager, IPostInjectInit
"/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!;
Expand Down

0 comments on commit 1e9b728

Please sign in to comment.