mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Yet another bugfix
This commit is contained in:
parent
3bf9ea8de6
commit
1dae81a98a
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ inline void DeIndexTexture(/*WRITEONLY*/ ClutT *dest, const IndexT *indexed, int
|
|||
}
|
||||
}
|
||||
|
||||
*outAlphaSum = alphaSum;
|
||||
*outAlphaSum &= (u32)alphaSum;
|
||||
}
|
||||
|
||||
template <typename IndexT, typename ClutT>
|
||||
|
|
Loading…
Add table
Reference in a new issue