workaround to unbreak the build (deadlock during boot)
bug: 7363206 Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
This commit is contained in:
@@ -75,7 +75,7 @@ void TextureCache::init() {
|
||||
|
||||
mDebugEnabled = readDebugLevel() & kDebugCaches;
|
||||
|
||||
mHasNPot = Caches::getInstance().extensions.hasNPot();
|
||||
mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user