mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
fix a comment typo
This commit is contained in:
parent
f47efb5ab3
commit
fa6b2fba7a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: s_triangle.c,v 1.43 2001/12/19 01:08:49 brianp Exp $ */
|
||||
/* $Id: s_triangle.c,v 1.44 2001/12/19 01:09:46 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -1148,7 +1148,7 @@ static void nodraw_triangle( GLcontext *ctx,
|
|||
|
||||
/*
|
||||
* This is used when separate specular color is enabled, but not
|
||||
* texturing. We cadd the specular color to the primary color,
|
||||
* texturing. We add the specular color to the primary color,
|
||||
* draw the triangle, then restore the original primary color.
|
||||
* Inefficient, but seldom needed.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue