mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 12:20:17 +01:00
signal _NEW_LIGHT in _tnl_copy_to_current()
This commit is contained in:
parent
ecd1743a0c
commit
72f49657e8
1 changed files with 2 additions and 0 deletions
|
|
@ -174,6 +174,8 @@ static void _tnl_copy_to_current( GLcontext *ctx )
|
|||
}
|
||||
|
||||
ctx->Driver.NeedFlush &= ~FLUSH_UPDATE_CURRENT;
|
||||
|
||||
ctx->NewState |= _NEW_LIGHT;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue