mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 07:48:07 +02:00
remove unneeded line
This commit is contained in:
parent
bdd15b5749
commit
07281d37a7
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ _mesa_init_program(GLcontext *ctx)
|
|||
ctx->VertexProgram.Enabled = GL_FALSE;
|
||||
ctx->VertexProgram.PointSizeEnabled = GL_FALSE;
|
||||
ctx->VertexProgram.TwoSideEnabled = GL_FALSE;
|
||||
ctx->VertexProgram.Current = NULL;
|
||||
ctx->VertexProgram.Current = (struct vertex_program *) ctx->Shared->DefaultVertexProgram;
|
||||
assert(ctx->VertexProgram.Current);
|
||||
ctx->VertexProgram.Current->Base.RefCount++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue