diff options
| author | Juan Linietsky | 2016-01-20 07:42:27 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-20 07:43:05 -0300 |
| commit | e7eb3327990a189884df53796c67a99fc119bd38 (patch) | |
| tree | 45783b2eebb2db269098ad165e27f98d5ba117f1 /platform/android/export/export.cpp | |
| parent | 55ab7d1d1ca188c5bbe30e1c45bdd3f405486cd2 (diff) | |
| download | godot-e7eb3327990a189884df53796c67a99fc119bd38.tar.gz godot-e7eb3327990a189884df53796c67a99fc119bd38.tar.zst godot-e7eb3327990a189884df53796c67a99fc119bd38.zip | |
Diffstat (limited to 'platform/android/export/export.cpp')
| -rw-r--r-- | platform/android/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 40b125e39..d4755f4ed 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -1168,7 +1168,7 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d gen_export_flags(cl,p_flags); - if (p_flags) { + if (p_flags&EXPORT_DUMB_CLIENT) { /*String host = EditorSettings::get_singleton()->get("file_server/host"); int port = EditorSettings::get_singleton()->get("file_server/post"); |
