diff --git a/src/com/android/wallpaper/nexus/NexusRS.java b/src/com/android/wallpaper/nexus/NexusRS.java index 97c4541..bf8a5b2 100644 --- a/src/com/android/wallpaper/nexus/NexusRS.java +++ b/src/com/android/wallpaper/nexus/NexusRS.java @@ -57,7 +57,7 @@ class NexusRS extends RenderScriptScene implements SharedPreferences.OnSharedPre private static final int RSID_COMMAND = 1; - private static final int TEXTURES_COUNT = 7; //changed number of textures from 5 to 6 + private static final int TEXTURES_COUNT = 7; //changed number of textures from 6 to 7 private final BitmapFactory.Options mOptionsARGB = new BitmapFactory.Options();