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

fix export bug

This commit is contained in:
Juan Linietsky
2016-01-20 07:42:27 -03:00
parent 55ab7d1d1c
commit e7eb332799

View File

@@ -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");