init Point.UserSize
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 04:29:22 +0000 (04:29 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 04:29:22 +0000 (04:29 +0000)
src/mesa/main/context.c

index 1fa5fb838134a06fa1de247a821db9b8e24c35d5..d17897a7dff533c9fcfbb5174e8925a2e3ad6ef7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.70 2000/05/26 14:44:59 brianp Exp $ */
+/* $Id: context.c,v 1.71 2000/06/27 04:29:22 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -1067,6 +1067,7 @@ init_attrib_groups( GLcontext *ctx )
 
    /* Point group */
    ctx->Point.SmoothFlag = GL_FALSE;
+   ctx->Point.UserSize = 1.0;
    ctx->Point.Size = 1.0;
    ctx->Point.Params[0] = 1.0;
    ctx->Point.Params[1] = 0.0;