Merge "workaround to unbreak the build (deadlock during boot)" into jb-mr1-dev
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