This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
fix warning
tags/mesa-6_5-20060712
Brian Paul
19 years ago
parent
71b2504e03
commit
c93c18abf1
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
src/mesa/drivers/x11/xm_tri.c
+ 1
- 2
src/mesa/drivers/x11/xm_tri.c
View File
@@ -1617,10 +1617,9 @@ get_triangle_func(GLcontext *ctx)
}
}
}
#endif /* CHAN_BITS == 8 */
#else
return (swrast_tri_func) NULL;
#endif /* CHAN_BITS == 8 */
}
Write
Preview
Loading…
Cancel
Save