Skip to content

Commit 5983948

Browse files
committed
Minor modification.
1 parent 7d94dc2 commit 5983948

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/NodeUIEngine/NUIE_NodeUIManagerDrawer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ void NodeUIManagerDrawer::DrawConnections (NodeUIDrawingEnvironment& env, double
114114
Pen selectionPen (skinParams.GetNodeSelectionRectPen ().GetColor (), selectionThickness);
115115

116116
const NE::NodeCollection& selectedNodes = uiManager.GetSelectedNodes ();
117-
118117
for (const UINode* uiNode : sortedNodeList) {
119118
bool begSelected = selectedNodes.Contains (uiNode->GetId ());
120119
uiNode->EnumerateUIOutputSlots ([&] (const UIOutputSlotConstPtr& outputSlot) {

0 commit comments

Comments
 (0)