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

Commit c6128bae authored by Chris Craik's avatar Chris Craik
Browse files

Fix clang build

Change-Id: I5336ac347123671a18401121c5f001c8f7caf54d
parent f9eb4b90
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -508,8 +508,10 @@ void FontRenderer::checkTextureUpdate() {
void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) {
void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) {
    if (!mFunctor) return;
    if (!mFunctor) return;


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


    bool first = true;
    bool first = true;
    bool forceRebind = false;
    bool forceRebind = false;