Skip to content

Commit

Permalink
xrRender/r__dsgraph_build.cpp: revert poor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Sep 8, 2018
1 parent 3524eed commit c70d802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layers/xrRender/r__dsgraph_build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ void D3DXRenderBase::overdrawBegin()
{
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
// TODO: DX10: Implement overdrawBegin
VERIFY("! D3DXRenderBase::overdrawBegin not implemented.");
VERIFY(!"D3DXRenderBase::overdrawBegin not implemented.");
#else
// Turn stenciling
CHK_DX(HW.pDevice->SetRenderState(D3DRS_STENCILENABLE, TRUE));
Expand All @@ -952,7 +952,7 @@ void D3DXRenderBase::overdrawEnd()
{
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
// TODO: DX10: Implement overdrawEnd
VERIFY("!D3DXRenderBase::overdrawEnd not implemented.");
VERIFY(!"D3DXRenderBase::overdrawEnd not implemented.");
#else
// Set up the stencil states
CHK_DX(HW.pDevice->SetRenderState(D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP));
Expand Down

0 comments on commit c70d802

Please sign in to comment.