Skip to content

Corrected enum value used to read current color-mask.

Christian Mattes requested to merge cmattes/glow:patch-1 into master

Current glow uses GL_BLEND_COLOR in the constructor of glow::scoped::colorMask to read the old state. For the desired result, however, GL_COLOR_WRITEMASK should be used.

Merge request reports