Skip to content
Snippets Groups Projects
Commit 3730c99c authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

d3d9/tests: Remove no-op binary & with all 1's (PVS-Studio).

parent 7c4d45c0
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ static DWORD getPixelColorFromSurface(IDirect3DSurface9 *surface, UINT x, UINT y
switch(desc.Format) {
case D3DFMT_A8R8G8B8:
{
color = ((DWORD *) lockedRect.pBits)[0] & 0xffffffff;
color = ((DWORD *) lockedRect.pBits)[0];
break;
}
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment