Skip to content

Commit

Permalink
fixup! VisualiserTool : Conform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Dec 9, 2024
1 parent 28a71f1 commit ceaa494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GafferSceneUI/VisualiserTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,9 @@ void VisualiserTool::updateSelection() const
return;
}
for( auto p : selectedPaths )
for( PathMatcher::Iterator it = selectedPaths.begin(), eIt = selectedPaths.end(); it != eIt; ++it )
{
m_selection.emplace_back( *scene, p, *view()->context() );
m_selection.emplace_back( *scene, *it, *view()->context() );
}
}
Expand Down

0 comments on commit ceaa494

Please sign in to comment.