workaround to unbreak the build (deadlock during boot)

bug: 7363206
Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
This commit is contained in:
Mathias Agopian
2012-10-16 21:26:43 -07:00
parent 05ad745ff6
commit a33d161250

View File

@@ -75,7 +75,7 @@ void TextureCache::init() {
mDebugEnabled = readDebugLevel() & kDebugCaches;
mHasNPot = Caches::getInstance().extensions.hasNPot();
mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
}
///////////////////////////////////////////////////////////////////////////////