diff options
| author | Juan Linietsky | 2017-03-20 23:31:41 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-03-21 08:42:06 -0300 |
| commit | b5a06cecffeda556438b33807d766f4823623fee (patch) | |
| tree | f5171b0e772f8cc31ee0be546975ca3e8fd86765 /platform/android/SCsub | |
| parent | 33a2c5def0f55ef67196e35ac3309d3f9b70d967 (diff) | |
| download | godot-b5a06cecffeda556438b33807d766f4823623fee.tar.gz godot-b5a06cecffeda556438b33807d766f4823623fee.tar.zst godot-b5a06cecffeda556438b33807d766f4823623fee.zip | |
Export template management dialog.
Missing download (need to discuss this!)
Diffstat (limited to 'platform/android/SCsub')
| -rw-r--r-- | platform/android/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index e8536953a..02a8c3bc4 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -19,8 +19,8 @@ android_files = [ 'android_native_app_glue.c', 'java_glue.cpp', 'cpu-features.c', - 'java_class_wrapper.cpp' - 'power_android.cpp' + 'java_class_wrapper.cpp', +# 'power_android.cpp' ] # env.Depends('#core/math/vector3.h', 'vector3_psp.h') |
