GS-hw: Fix Wunused-but-set-variable warning.

This commit is contained in:
lightningterror 2022-07-02 22:29:52 +02:00
parent 9e58aafa4a
commit 2257103ee6
1 changed files with 0 additions and 2 deletions

View File

@ -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;