From 72f49657e8f7eac9bdb09435230fbe8f6a2c854b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 31 Oct 2006 16:01:11 +0000 Subject: signal _NEW_LIGHT in _tnl_copy_to_current() --- src/mesa/tnl/t_vtx_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index cc00dfda30..b766ce2d2c 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -174,6 +174,8 @@ static void _tnl_copy_to_current( GLcontext *ctx ) } ctx->Driver.NeedFlush &= ~FLUSH_UPDATE_CURRENT; + + ctx->NewState |= _NEW_LIGHT; } -- cgit v1.2.3