give better credit

This commit is contained in:
Jaklyy 2024-05-26 09:43:50 -04:00
parent 04766585f1
commit 2ef067b60c
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ private:
template<bool swapped>
constexpr void EdgeParams_XMajor(s32* length, s32* coverage) const
{
// credit to StrikerX3 for working out this weird rounding nonsense
// only do length calc for right side when swapped as it's
// only needed for aa calcs, as actual line spans are broken
if constexpr (!swapped || side)