Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Buildfix for the last commit.
  • Loading branch information
lioncash committed Apr 15, 2013
1 parent ef85b9a commit 8bb845e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Plugins/Plugin_VideoDX9/Src/Render.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 8bb845e

Please sign in to comment.