Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
c45c226d
Commit
c45c226d
authored
May 08, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Remove variable scaling which is not really used from D3DXMatrixTest.
parent
cd958391
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
math.c
dlls/d3dx9_36/tests/math.c
+1
-2
No files found.
dlls/d3dx9_36/tests/math.c
View file @
c45c226d
...
...
@@ -236,7 +236,7 @@ static void D3DXMatrixTest(void)
LPD3DXMATRIX
funcpointer
;
D3DXPLANE
plane
;
D3DXQUATERNION
q
,
r
;
D3DXVECTOR3
at
,
axis
,
eye
,
last
,
scaling
;
D3DXVECTOR3
at
,
axis
,
eye
,
last
;
D3DXVECTOR4
light
;
BOOL
expected
,
got
;
FLOAT
angle
,
determinant
,
expectedfloat
,
gotfloat
;
...
...
@@ -264,7 +264,6 @@ static void D3DXMatrixTest(void)
axis
.
x
=
1
.
0
f
;
axis
.
y
=
-
3
.
0
f
;
axis
.
z
=
7
.
0
f
;
eye
.
x
=
8
.
0
f
;
eye
.
y
=
-
5
.
0
f
;
eye
.
z
=
5
.
75
f
;
last
.
x
=
9
.
7
f
;
last
.
y
=
-
8
.
6
;
last
.
z
=
1
.
3
f
;
scaling
.
x
=
0
.
03
f
;
scaling
.
y
=
0
.
05
f
;
scaling
.
z
=
0
.
06
f
;
light
.
x
=
9
.
6
f
;
light
.
y
=
8
.
5
f
;
light
.
z
=
7
.
4
;
light
.
w
=
6
.
3
;
...
...
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