Remove this
This commit is contained in:
parent
d1c1e4e2aa
commit
5fe6c74b51
|
@ -796,9 +796,6 @@ static bool d3d9_cg_renderchain_create_first_pass(
|
||||||
struct cg_pass pass;
|
struct cg_pass pass;
|
||||||
D3DMATRIX ident;
|
D3DMATRIX ident;
|
||||||
|
|
||||||
if (!chain)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
pass.attrib_map = unsigned_vector_list_new();
|
pass.attrib_map = unsigned_vector_list_new();
|
||||||
|
|
||||||
d3d_matrix_identity(&ident);
|
d3d_matrix_identity(&ident);
|
||||||
|
|
Loading…
Reference in New Issue