XMunkki/FixPointCS

Fixed64 Lerp is wrong.

Opened this issue · 0 comments

image
The order of a and b is wrong.

Correct order: Mul(a, One - t) + Mul(b, t);