goncasmage1/UINavigation

Recursive call has no input parameters

josator opened this issue · 1 comments

OuterUINavWidget->ReturnToParent();

As I do not fully understood the code I am not sure about this one, but the recursive call to ReturnToParent in this line is not receiving the input parameters of the parent ReturnToParent call so it will execute with the default ones.

Nice catch! Will fix 👍