mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 13:10:31 +01:00
don't use // comments (Thomas Hellstrom)
This commit is contained in:
parent
972ff46a0b
commit
ed60bc6fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ static void TAG(emit)(GLcontext *ctx,
|
|||
}
|
||||
|
||||
if (DO_FOG) {
|
||||
//UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]);
|
||||
/*UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]);*/
|
||||
v->v.specular.alpha = fog[0][0];
|
||||
/*=* [DBG] exy : fix lighting on + fog off error *=*/
|
||||
STRIDE_4F(fog, fog_stride);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue