From 9cac29da38337785e97efda5fbce7e70754b3c44 Mon Sep 17 00:00:00 2001 From: Jorge Ruesga Date: Mon, 15 Sep 2014 00:38:33 +0200 Subject: photophase: increase max acceptable compression time Change-Id: I43406a07d422f98fc2ab41006b922ff2ed9f8a21 Signed-off-by: Jorge Ruesga --- src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java b/src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java index 1d7c8bc..d8fb6e9 100644 --- a/src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java +++ b/src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java @@ -54,7 +54,7 @@ public final class GLESUtil { private static final Object SYNC = new Object(); - private static final int MAX_ACEPTABLE_COMPRESSION_TIME = 1000; + private static final int MAX_ACEPTABLE_COMPRESSION_TIME = 2500; private static boolean sDisabledTextureCompression = false; /** -- cgit v1.2.3