Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed Jul 15, 2018
1 parent ae01c2d commit 2609be5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/d3d8to9.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion source/d3d8to9_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ HRESULT STDMETHODCALLTYPE Direct3DDevice8::SetViewport(const D3DVIEWPORT8 *pView
{
if (pCurrentRenderTarget != nullptr)
{
D3DSURFACE_DESC Desc = {};
D3DSURFACE_DESC Desc;

if (SUCCEEDED(pCurrentRenderTarget->GetDesc(&Desc)) && (pViewport->Height > Desc.Height || pViewport->Width > Desc.Width))
{
Expand Down

0 comments on commit 2609be5

Please sign in to comment.