signal _NEW_LIGHT in _tnl_copy_to_current()

This commit is contained in:
Brian Paul 2006-10-31 16:01:11 +00:00
parent ecd1743a0c
commit 72f49657e8
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ static void _tnl_copy_to_current( GLcontext *ctx )
}
ctx->Driver.NeedFlush &= ~FLUSH_UPDATE_CURRENT;
ctx->NewState |= _NEW_LIGHT;
}