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

Commit 81449237 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Fix clang build"

parents 160a253d c6128bae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -508,8 +508,10 @@ void FontRenderer::checkTextureUpdate() {
void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) {
    if (!mFunctor) return;

#if !USE_GLOPS
    Caches& caches = mFunctor->renderer->getCaches();
    RenderState& renderState = mFunctor->renderer->renderState();
#endif

    bool first = true;
    bool forceRebind = false;