File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -930,7 +930,7 @@ void D3DXRenderBase::overdrawBegin()
930930{
931931#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
932932 // TODO: DX10: Implement overdrawBegin
933- VERIFY (" ! D3DXRenderBase::overdrawBegin not implemented." );
933+ VERIFY (! " D3DXRenderBase::overdrawBegin not implemented." );
934934#else
935935 // Turn stenciling
936936 CHK_DX (HW.pDevice ->SetRenderState (D3DRS_STENCILENABLE, TRUE ));
@@ -952,7 +952,7 @@ void D3DXRenderBase::overdrawEnd()
952952{
953953#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
954954 // TODO: DX10: Implement overdrawEnd
955- VERIFY (" ! D3DXRenderBase::overdrawEnd not implemented." );
955+ VERIFY (! " D3DXRenderBase::overdrawEnd not implemented." );
956956#else
957957 // Set up the stencil states
958958 CHK_DX (HW.pDevice ->SetRenderState (D3DRS_STENCILZFAIL, D3DSTENCILOP_KEEP));
You can’t perform that action at this time.
0 commit comments