Fix a couple of weird method signatures in AlgorithmNode
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.
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.