fix export bug
This commit is contained in:
parent
55ab7d1d1c
commit
e7eb332799
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue