mirror of https://github.com/PCSX2/pcsx2.git
GS-hw: Fix Wunused-but-set-variable warning.
This commit is contained in:
parent
9e58aafa4a
commit
2257103ee6
|
@ -3754,8 +3754,6 @@ bool GSRendererHW::SwPrimRender()
|
|||
bbox.w++;
|
||||
}
|
||||
|
||||
GSVector4i r = bbox.rintersect(scissor);
|
||||
|
||||
scissor.z = std::min<int>(scissor.z, (int)context->FRAME.FBW * 64); // TODO: find a game that overflows and check which one is the right behaviour
|
||||
|
||||
data.scissor = scissor;
|
||||
|
|
Loading…
Reference in New Issue