aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/utils/GLESUtil.java2
1 files changed, 1 insertions, 1 deletions
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;
/**