fixes to shader to get most new demos working on mobile
This commit is contained in:
parent
cbad0440ab
commit
7f8a0cddcf
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue