mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
d3d9/tests: Fix copy-paste error (coverity).
This commit is contained in:
parent
c7d7744860
commit
31ca59f0b5
1 changed files with 1 additions and 1 deletions
|
@ -2751,7 +2751,7 @@ static void stretchrect_test(IDirect3DDevice9 *device)
|
|||
hr = IDirect3DTexture9_GetSurfaceLevel(tex_rt_dest64, 0, &surf_tex_rt_dest64);
|
||||
ok(hr == D3D_OK, "IDirect3DTexture9_GetSurfaceLevel failed with %08x\n", hr);
|
||||
}
|
||||
if (tex_rt_dest64) {
|
||||
if (tex_rt_dest640_480) {
|
||||
hr = IDirect3DTexture9_GetSurfaceLevel(tex_rt_dest640_480, 0, &surf_tex_rt_dest640_480);
|
||||
ok(hr == D3D_OK, "IDirect3DTexture9_GetSurfaceLevel failed with %08x\n", hr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue