Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Jan 21, 2025
1 parent 5e7b668 commit 887d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddraw/IDirect3DDeviceX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ HRESULT m_IDirect3DDeviceX::GetRenderState(D3DRENDERSTATETYPE dwRenderStateType,
return D3D_OK;
case D3DRENDERSTATE_ZVISIBLE: // 30
// This render state is not supported.
*lpdwRenderState = 0;
*lpdwRenderState = FALSE;
return D3D_OK;
case D3DRENDERSTATE_SUBPIXEL: // 31
*lpdwRenderState = FALSE;
Expand Down

0 comments on commit 887d682

Please sign in to comment.