diff options
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; |