Commit 700c602e authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

d3d9: Fix crash in texture test.

parent 81c4b91c
......@@ -146,6 +146,7 @@ static void test_mipmap_gen(IDirect3DDevice9 *device)
if(FAILED(hr))
{
skip("No mipmap generation support\n");
return;
}
hr = IDirect3DDevice9_CreateTexture(device, 64, 64, 0, D3DUSAGE_AUTOGENMIPMAP,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment