You're already passing the optimized values into the function. Simply use them.

EDIT: If you want to edit the values and retain the edits in the original variables, pass pointers instead of values. If you don't know what that means, either learn C or eliminate the function entirely and move the functionality into the body so you don't have to worry about pointers.

Last edited by AndrewAMD; 02/03/20 22:33.