Skip to content

Commit ec5acee

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "workaround to unbreak the build (deadlock during boot)" into jb-mr1-dev
2 parents b6454ad + a33d161 commit ec5acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hwui/TextureCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void TextureCache::init() {
7575

7676
mDebugEnabled = readDebugLevel() & kDebugCaches;
7777

78-
mHasNPot = Caches::getInstance().extensions.hasNPot();
78+
mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
7979
}
8080

8181
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)