mesa: move _Used to gl_program
[mesa.git] / src / mesa / main / points.c
index 6bb1ce69a9dab5505a55e880cddcea1b2723c411..2d62e73c126fcbc8b48d103fd4ebcf9b8edbadef 100644 (file)
@@ -251,5 +251,5 @@ _mesa_init_point(struct gl_context *ctx)
 
    ctx->Point.SpriteRMode = GL_ZERO; /* GL_NV_point_sprite (only!) */
    ctx->Point.SpriteOrigin = GL_UPPER_LEFT; /* GL_ARB_point_sprite */
-   ctx->Point.CoordReplaceBits = 0; /* GL_ARB/NV_point_sprite */
+   ctx->Point.CoordReplace = 0; /* GL_ARB/NV_point_sprite */
 }