d3d9: Don't crash on NULL device_ptr.
This commit is contained in:
parent
8651ceb18e
commit
636cb19ad0
|
@ -90,5 +90,7 @@ START_TEST(stateblock)
|
|||
}
|
||||
|
||||
device_ptr = init_d3d9();
|
||||
if (!device_ptr) return;
|
||||
|
||||
test_begin_end_state_block(device_ptr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue