Update src/Classes/PassiveTreeView.lua

Styling fix

Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
This commit is contained in:
BlueManiac
2021-10-17 11:21:22 +02:00
committed by GitHub
parent 859936c32c
commit 71c0213020

View File

@@ -212,7 +212,6 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents)
end
self.hoverNode = hoverNode
-- If hovering over a node, find the path to it (if unallocated) or the list of dependent nodes (if allocated)
local hoverPath, hoverDep
if self.traceMode then