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

Commit a33d1612 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

workaround to unbreak the build (deadlock during boot)

bug: 7363206
Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
parent 05ad745f
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();
}

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