Buildfix for the last commit.

This commit is contained in:
lioncash 2013-04-15 16:40:48 -04:00
parent ef85b9af45
commit 8bb845e646

View file

@ -611,6 +611,7 @@ void Renderer::ClearScreen(const EFBRectangle& rc, bool colorEnable, bool alphaE
else
{
D3D::ChangeRenderState(D3DRS_ZENABLE, FALSE);
}
// Update the viewport for clearing the target EFB rect
TargetRectangle targetRc = ConvertEFBRectangle(rc);