Skip to content

Commit 073e346

Browse files
LocalIdentityLocalIdentity
andauthored
Fix the highlight node circle being too small (#729)
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 6e9d240 commit 073e346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/PassiveTreeView.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents)
799799
SetDrawLayer(nil, 30)
800800
local rgbColor = rgbColor or {1, 0, 0}
801801
SetDrawColor(rgbColor[1], rgbColor[2], rgbColor[3])
802-
local size = 140 * scale / self.zoom ^ 0.4
802+
local size = 140 * scale / self.zoom ^ 0.2
803803

804804
if main.edgeSearchHighlight then
805805
-- Snap node matches to the edge of the viewPort

0 commit comments

Comments
 (0)