mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-10 12:59:06 +00:00
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());
|
omt * a.GetAlpha() + t * b.GetAlpha());
|
||||||
}
|
}
|
||||||
|
|
||||||
/* non-matching https://decomp.me/scratch/WGIlL */
|
|
||||||
u32 CColor::Lerp(u32 a, u32 b, float t) {
|
u32 CColor::Lerp(u32 a, u32 b, float t) {
|
||||||
u32 alpha = t * 256.f;
|
u32 alpha = t * 256.f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user