Commit 67d10dfa authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

d3dx9_36: Remove dead assignment (Clang).

parent 7ed4f203
......@@ -3763,7 +3763,6 @@ HRESULT WINAPI D3DXCreateSphere(LPDIRECT3DDEVICE9 device, FLOAT radius, UINT sli
vertex = 0;
face = 0;
stack = 0;
vertices[vertex].normal.x = 0.0f;
vertices[vertex].normal.y = 0.0f;
......
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