Skip to content

Commit

Permalink
Revert change to "Direct3DDevice8::SetRenderTarget" in previous commit
Browse files Browse the repository at this point in the history
See #84
  • Loading branch information
crosire committed Jul 15, 2018
1 parent 9d8651c commit ae01c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/d3d8to9_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@ HRESULT STDMETHODCALLTYPE Direct3DDevice8::SetRenderTarget(Direct3DSurface8 *pRe
{
return hr;
}
}

pCurrentRenderTarget = pRenderTarget->GetProxyInterface();
pCurrentRenderTarget = pRenderTarget->GetProxyInterface();
}

if (pNewZStencil != nullptr)
{
Expand Down

0 comments on commit ae01c2d

Please sign in to comment.