mirror of
https://github.com/reactos/wine.git
synced 2025-01-28 15:33:17 +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
|
||||
trace("CreateTexture failed: %#08x\n", hr);
|
||||
|
||||
if (texture) IDirect3DDevice8_Release( texture );
|
||||
if (texture) IDirect3DBaseTexture8_Release( texture );
|
||||
}
|
||||
|
||||
static void test_mipmap_levels(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user