Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a3277ed6
Commit
a3277ed6
authored
Feb 25, 2013
by
Rico Schüller
Committed by
Alexandre Julliard
Feb 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Fix typos.
parent
08e20e9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
math.c
dlls/d3dx9_36/math.c
+2
-2
No files found.
dlls/d3dx9_36/math.c
View file @
a3277ed6
...
...
@@ -876,7 +876,7 @@ D3DXMATRIX* WINAPI D3DXMatrixTransformation2D(D3DXMATRIX *pout, const D3DXVECTOR
D3DXMATRIX
*
WINAPI
D3DXMatrixTranslation
(
D3DXMATRIX
*
pout
,
FLOAT
x
,
FLOAT
y
,
FLOAT
z
)
{
TRACE
(
"pout %p, x %f, y %f, z%f
\n
"
,
pout
,
x
,
y
,
z
);
TRACE
(
"pout %p, x %f, y %f, z
%f
\n
"
,
pout
,
x
,
y
,
z
);
D3DXMatrixIdentity
(
pout
);
pout
->
u
.
m
[
3
][
0
]
=
x
;
...
...
@@ -1571,7 +1571,7 @@ void WINAPI D3DXQuaternionSquadSetup(D3DXQUATERNION *paout, D3DXQUATERNION *pbou
{
D3DXQUATERNION
q
,
temp1
,
temp2
,
temp3
,
zero
;
TRACE
(
"paout %p, pbout %p, pcout %p, pq0 %p, 1 %p, pq2 %p, pq3 %p
\n
"
,
paout
,
pbout
,
pcout
,
pq0
,
pq1
,
pq2
,
pq3
);
TRACE
(
"paout %p, pbout %p, pcout %p, pq0 %p,
pq
1 %p, pq2 %p, pq3 %p
\n
"
,
paout
,
pbout
,
pcout
,
pq0
,
pq1
,
pq2
,
pq3
);
zero
.
x
=
0
.
0
f
;
zero
.
y
=
0
.
0
f
;
...
...
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