Skip to content

Fix a couple of weird method signatures in AlgorithmNode

Marco Clemencic requested to merge minor-fix into master

While working on !1589 (merged) I stumbled on some methods in PRGraph AlgorithmNode that pointlessly take float& or return float&, so I decided to fix them.

Merge request reports