Yet another bugfix

This commit is contained in:
Henrik Rydgård 2022-04-14 01:03:42 +02:00
parent 3bf9ea8de6
commit 1dae81a98a

View File

@ -127,7 +127,7 @@ inline void DeIndexTexture(/*WRITEONLY*/ ClutT *dest, const IndexT *indexed, int
}
}
*outAlphaSum = alphaSum;
*outAlphaSum &= (u32)alphaSum;
}
template <typename IndexT, typename ClutT>