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

This commit is contained in:
Romain Guy
2012-10-16 21:37:06 -07:00
committed by Android (Google) Code Review

View File

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