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
aff22d04
Commit
aff22d04
authored
Apr 14, 2007
by
Bernd Buschinski
Committed by
Alexandre Julliard
Apr 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Fix drawStridedSlow typo.
parent
042a78dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drawprim.c
dlls/wined3d/drawprim.c
+2
-2
No files found.
dlls/wined3d/drawprim.c
View file @
aff22d04
...
...
@@ -510,10 +510,10 @@ static void drawStridedSlow(IWineD3DDevice *iface, WineDirect3DVertexStridedData
if
(
sd
->
u
.
s
.
normal
.
lpData
==
NULL
)
{
glNormal3f
(
0
,
0
,
1
);
}
if
(
sd
->
u
.
s
.
diffuse
.
lpData
!
=
NULL
)
{
if
(
sd
->
u
.
s
.
diffuse
.
lpData
=
=
NULL
)
{
glColor4f
(
1
.
0
f
,
1
.
0
f
,
1
.
0
f
,
1
.
0
f
);
}
if
(
sd
->
u
.
s
.
specular
.
lpData
!
=
NULL
)
{
if
(
sd
->
u
.
s
.
specular
.
lpData
=
=
NULL
)
{
if
(
GL_SUPPORT
(
EXT_SECONDARY_COLOR
))
{
GL_EXTCALL
(
glSecondaryColor3fEXT
)(
0
,
0
,
0
);
}
...
...
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