mirror of
https://github.com/reactos/wine.git
synced 2025-02-06 03:58:41 +00:00
d3d8: Use proper helper.
This commit is contained in:
parent
3d71c2d1ca
commit
f90f895759
@ -168,7 +168,7 @@ static void check_mipmap_levels(IDirect3DDevice8 *device, UINT width, UINT heigh
|
|||||||
} else
|
} else
|
||||||
trace("CreateTexture failed: %#08x\n", hr);
|
trace("CreateTexture failed: %#08x\n", hr);
|
||||||
|
|
||||||
if (texture) IDirect3DDevice8_Release( texture );
|
if (texture) IDirect3DBaseTexture8_Release( texture );
|
||||||
}
|
}
|
||||||
|
|
||||||
static void test_mipmap_levels(void)
|
static void test_mipmap_levels(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user