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

Commit 19c727bb authored by Tim Murray's avatar Tim Murray Committed by Android Git Automerger
Browse files

am 895a4375: Merge "Fix FontRenderer bug." into klp-dev

* commit '895a4375':
  Fix FontRenderer bug.
parents 4cd9612c 895a4375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ void FontRenderer::blurImage(uint8_t** image, int32_t width, int32_t height, int

        if (mRs == 0) {
            mRs = new RSC::RS();
            if (!mRs->init(RSC::RS_INIT_LOW_LATENCY & RSC::RS_INIT_SYNCHRONOUS)) {
            if (!mRs->init(RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
                ALOGE("blur RS failed to init");
            }