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

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

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

* commit 'ec5acee1':
  workaround to unbreak the build (deadlock during boot)
parents 783bd686 ec5acee1
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();
}

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