diff options
author | Keith Whitwell <[email protected]> | 2005-02-11 09:34:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-02-11 09:34:05 +0000 |
commit | a0c85249244e1af8dac88076d5f384cf4bd01236 (patch) | |
tree | 29df8170864a29fc368e25afa4fb63e72df1aa31 /src/mesa/main/dlist.c | |
parent | 2d10924a14c439376816c5398cecd46e940482fd (diff) |
mesa-main-0-NULL.patch from Jeff Muizelaar
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index f95e8db98cb..effdb7702a7 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -5169,7 +5169,7 @@ static void GLAPIENTRY save_Materialfv( GLenum face, GLenum pname, const GLfloat } { - GLuint bitmask = _mesa_material_bitmask( ctx, face, pname, ~0, 0 ); + GLuint bitmask = _mesa_material_bitmask( ctx, face, pname, ~0, NULL ); for (i = 0 ; i < MAT_ATTRIB_MAX ; i++) if (bitmask & (1<<i)) { ctx->ListState.ActiveMaterialSize[i] = args; |