From 2ef067b60ce4268ce14228e0b78f6b9574382615 Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Sun, 26 May 2024 09:43:50 -0400 Subject: [PATCH] give better credit --- src/GPU3D_Soft.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GPU3D_Soft.h b/src/GPU3D_Soft.h index 0789ec3d..72ab8816 100644 --- a/src/GPU3D_Soft.h +++ b/src/GPU3D_Soft.h @@ -369,6 +369,7 @@ private: template 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)