d3dx9_36: Make the order parameter of weightedcapintegrale an UINT.

This commit is contained in:
Stefan Dösinger 2014-01-03 14:17:19 +01:00 committed by Alexandre Julliard
parent 86e88f51b8
commit b87e167fa3

View File

@ -2286,7 +2286,7 @@ FLOAT WINAPI D3DXSHDot(UINT order, const FLOAT *a, const FLOAT *b)
return s;
}
static void weightedcapintegrale(FLOAT *out, FLOAT order, FLOAT angle)
static void weightedcapintegrale(FLOAT *out, UINT order, FLOAT angle)
{
FLOAT coeff[3];