fixes to shader to get most new demos working on mobile

This commit is contained in:
reduz 2015-03-25 22:56:35 -03:00
parent cbad0440ab
commit 7f8a0cddcf
2 changed files with 6 additions and 6 deletions

View file

@ -2,5 +2,5 @@
package com.android.vending.expansion.downloader;
public final class BuildConfig {
public final static boolean DEBUG = true;
public final static boolean DEBUG = false;
}