fix comment typo

This commit is contained in:
Brian
2007-04-07 08:43:40 -06:00
parent e9c614a1af
commit 8d2d6e5194
+1 -1
View File
@@ -134,7 +134,7 @@ _swrast_span_default_secondary_color(GLcontext *ctx, SWspan *span)
span->specRed = r;
span->specGreen = g;
span->specBlue = b;
/8span->specAlpha = a;*/
/*span->specAlpha = a;*/
#else
span->specRed = IntToFixed(r);
span->specGreen = IntToFixed(g);