Commit b87e167f authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3dx9_36: Make the order parameter of weightedcapintegrale an UINT.

parent 86e88f51
...@@ -2286,7 +2286,7 @@ FLOAT WINAPI D3DXSHDot(UINT order, const FLOAT *a, const FLOAT *b) ...@@ -2286,7 +2286,7 @@ FLOAT WINAPI D3DXSHDot(UINT order, const FLOAT *a, const FLOAT *b)
return s; return s;
} }
static void weightedcapintegrale(FLOAT *out, FLOAT order, FLOAT angle) static void weightedcapintegrale(FLOAT *out, UINT order, FLOAT angle)
{ {
FLOAT coeff[3]; FLOAT coeff[3];
......
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