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

Commit b746371d authored by Romain Guy's avatar Romain Guy
Browse files

Clear FBO cache on full memory flush

Change-Id: I44e06d5d15cd899a0522c62d7c0d042170665abb
parent 0a94b9ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -338,6 +338,7 @@ void Caches::flush(FlushMode mode) {
            dropShadowCache.clear();
            gradientCache.clear();
            fontRenderer->clear();
            fboCache.clear();
            dither.clear();
            // fall through
        case kFlushMode_Moderate: