1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

-Ability to ask for documents/pictures/etc system dirs.

-Fixes to animationplayer
-fixes to collada importer
This commit is contained in:
Juan Linietsky
2014-12-02 14:02:41 -03:00
parent 9d5a2cb847
commit e361e8539c
28 changed files with 419 additions and 107 deletions

View File

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