ctx->Point._Size fix

This commit is contained in:
Rune Peterson
2007-02-10 18:19:43 -07:00
committed by Brian
parent b2d30ca0cb
commit 3bacb68c70
3 changed files with 7 additions and 26 deletions

View File

@@ -1111,9 +1111,6 @@ _mesa_update_state_locked( GLcontext *ctx )
if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT))
_mesa_update_draw_buffer_bounds( ctx );
if (new_state & _NEW_POINT)
_mesa_update_point( ctx );
if (new_state & _NEW_LIGHT)
_mesa_update_lighting( ctx );