diff options
author | Brian Paul <[email protected]> | 2006-10-22 17:18:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-22 17:18:50 +0000 |
commit | 0b26e826bda0da7aeec9a79ee07fe21d54bb1263 (patch) | |
tree | cad7fe6571832fc55e6916f024aa1d1365ea410f /src/mesa/main/light.c | |
parent | 919cd2c3ba39bf4d8d2ffcea0daec7bab8645d34 (diff) |
Color clamping fixes.
Diffstat (limited to 'src/mesa/main/light.c')
-rw-r--r-- | src/mesa/main/light.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c index 63f88b7229f..984f7b2abc4 100644 --- a/src/mesa/main/light.c +++ b/src/mesa/main/light.c @@ -1340,6 +1340,7 @@ _mesa_init_lighting( GLcontext *ctx ) NULL ); ctx->Light.ColorMaterialEnabled = GL_FALSE; + ctx->Light.ClampVertexColor = GL_TRUE; /* Lighting miscellaneous */ ctx->_ShineTabList = MALLOC_STRUCT( gl_shine_tab ); |