mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
d3dx9_36: Make the order parameter of weightedcapintegrale an UINT.
This commit is contained in:
parent
86e88f51b8
commit
b87e167fa3
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user