Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 28, 2019
1 parent 970adfb commit 54823a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/Software/Rasterizer.cpp
Expand Up @@ -780,7 +780,7 @@ static inline Vec3<int> GetDestFactor(const Vec4<int>& source, const Vec4<int>&
}

// Removed inline here - it was never chosen to be inlined by the compiler anyway, too complex.
inline Vec3<int> AlphaBlendingResult(const Vec4<int> &source, const Vec4<int> &dst)
Vec3<int> AlphaBlendingResult(const Vec4<int> &source, const Vec4<int> &dst)
{
// Note: These factors cannot go below 0, but they can go above 255 when doubling.
Vec3<int> srcfactor = GetSourceFactor(source, dst);
Expand Down

0 comments on commit 54823a8

Please sign in to comment.