mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
401892af11
When _cogl_disable_other_texcoord_arrays is called it disables the neccessary texcoord arrays and then removes the bits for the disabled arrays in ctx->texcoord_arrays_enabled. However none of the places that call the function then set any bits in ctx->texcoord_arrays_enabled so the arrays would never get marked and they would never get disabled again. This patch just changes it so that _cogl_disable_other_texcoord_arrays also sets the corresponding bits in ctx->texcoord_arrays_enabled. |
||
---|---|---|
.. | ||
cogl | ||
doc | ||
pango | ||
Makefile.am |