mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
e5e86a8124
While the result value was only used for debug purposes, the function `FindReferenceFrameFor` also updates the reference frame for use outside of debug builds. The opaque double use of this function was not clear from code inspection and it was erroneously removed. Resolves #3001