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

Commit e557b0ca authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 3d2ecafd: am ec5acee1: Merge "workaround to unbreak the build (deadlock...

am 3d2ecafd: am ec5acee1: Merge "workaround to unbreak the build (deadlock during boot)" into jb-mr1-dev

* commit '3d2ecafd':
  workaround to unbreak the build (deadlock during boot)
parents 87540b22 3d2ecafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ void TextureCache::init() {

    mDebugEnabled = readDebugLevel() & kDebugCaches;

    mHasNPot = Caches::getInstance().extensions.hasNPot();
    mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
}

///////////////////////////////////////////////////////////////////////////////