You've already forked godot
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:
@@ -1168,7 +1168,7 @@ Error EditorExportPlatformAndroid::export_project(const String& p_path, bool p_d
|
|||||||
|
|
||||||
gen_export_flags(cl,p_flags);
|
gen_export_flags(cl,p_flags);
|
||||||
|
|
||||||
if (p_flags) {
|
if (p_flags&EXPORT_DUMB_CLIENT) {
|
||||||
|
|
||||||
/*String host = EditorSettings::get_singleton()->get("file_server/host");
|
/*String host = EditorSettings::get_singleton()->get("file_server/host");
|
||||||
int port = EditorSettings::get_singleton()->get("file_server/post");
|
int port = EditorSettings::get_singleton()->get("file_server/post");
|
||||||
|
|||||||
Reference in New Issue
Block a user