Files
ladybird/Userland/Libraries/LibSoftGPU/Clipper.cpp
Lenny Maiorani 899f062673 LibSoftGPU: Simplify clipping logic
The clipping logic is not DRY (Don't Repeat Yourself). The same logic
is repeated in multiple parts of an `if-else` statement. This can be
simplified to contain fewer branches and eliminate the redundant code.
2022-01-28 17:02:04 +02:00

3.5 KiB