diff options
| -rw-r--r-- | libs/hwui/TextureCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp index 431367a34354..7fb86ee0da44 100644 --- a/libs/hwui/TextureCache.cpp +++ b/libs/hwui/TextureCache.cpp @@ -75,7 +75,7 @@ void TextureCache::init() { mDebugEnabled = readDebugLevel() & kDebugCaches; - mHasNPot = Caches::getInstance().extensions.hasNPot(); + mHasNPot = false; //Caches::getInstance().extensions.hasNPot(); } /////////////////////////////////////////////////////////////////////////////// |