mirror of https://github.com/PrimeDecomp/prime.git
Remove non-matching comment from Lerp
This commit is contained in:
parent
4999c1ded5
commit
7c92358bf6
|
@ -44,7 +44,6 @@ CColor CColor::Lerp(const CColor& a, const CColor& b, float t) {
|
|||
omt * a.GetAlpha() + t * b.GetAlpha());
|
||||
}
|
||||
|
||||
/* non-matching https://decomp.me/scratch/WGIlL */
|
||||
u32 CColor::Lerp(u32 a, u32 b, float t) {
|
||||
u32 alpha = t * 256.f;
|
||||
|
||||
|
|
Loading…
Reference in New Issue