Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9970e295
Commit
9970e295
authored
Dec 20, 2013
by
Andrey Gusev
Committed by
Alexandre Julliard
Dec 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36: Add one more missing f suffix.
parent
c3f70de6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
math.c
dlls/d3dx9_36/math.c
+1
-1
No files found.
dlls/d3dx9_36/math.c
View file @
9970e295
...
...
@@ -2409,7 +2409,7 @@ FLOAT* WINAPI D3DXSHEvalDirection(FLOAT *out, UINT order, const D3DXVECTOR3 *dir
out
[
20
]
=
3
.
0
f
/
(
16
.
0
f
*
sqrtf
(
D3DX_PI
))
*
(
35
.
0
f
*
dirzzzz
-
30
.
f
*
dirzz
+
3
.
0
f
);
out
[
21
]
=
0
.
375
f
*
sqrtf
(
10
.
0
f
/
D3DX_PI
)
*
dirxz
*
(
3
.
0
f
-
7
.
0
f
*
dirzz
);
out
[
22
]
=
0
.
375
f
*
sqrtf
(
5
.
0
f
/
D3DX_PI
)
*
(
dirxx
-
diryy
)
*
(
7
.
0
f
*
dirzz
-
1
.
0
f
);
out
[
23
]
=
3
.
0
*
dir
->
z
*
out
[
15
];
out
[
23
]
=
3
.
0
f
*
dir
->
z
*
out
[
15
];
out
[
24
]
=
3
.
0
f
/
16
.
0
f
*
sqrtf
(
35
.
0
f
/
D3DX_PI
)
*
(
dirxxxx
-
6
.
0
f
*
dirxyxy
+
diryyyy
);
if
(
order
==
5
)
return
out
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment