Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdd30219 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in font...

am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited."

* commit '18ae2a02':
  Fix GL_INVALID_OPERATION in font renderer when font cache is limited.
parents 72aaa88f 18ae2a02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -164,6 +164,8 @@ void FontRenderer::flushAllAndInvalidate() {
    for (uint32_t i = 0; i < mRGBACacheTextures.size(); i++) {
        mRGBACacheTextures[i]->init();
    }

    mDrawn = false;
}

void FontRenderer::flushLargeCaches(Vector<CacheTexture*>& cacheTextures) {