mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
init Point.UserSize
This commit is contained in:
parent
fd3df4b0f7
commit
a25f7e1d90
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue