Author :
Frank Heckenbach
Date :
2019-05-24 23:58:47
Hash :778b8f21 Message :src/FTFont/FTBufferFont.cpp, src/FTFont/FTTextureFont.cpp:
GL_TEXTURE_ENV_MODE is not valid mask for glPushAttrib.
Use GL_TEXTURE_BIT instead to avoid leaking texture env mode.
(reported by Eddie-cz, https://github.com/frankheckenbach/ftgl/issues/3)