how do I round lerp to the nearest integer of 1?
I did a test to make the global test var increment and decrement depending on if I pressed left or right
and then when I don't press anything doing round(lerp(test,50,0.5))
but it seems to stop before it actually reaches 50 usually at 46 and 55
is there a way to make it always stop at b or in this case 50?