You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Rename debug/debug_port to network/debug_port.
Expose it in editor settings.
This commit is contained in:
@@ -1651,7 +1651,7 @@ Error EditorExportPlatformAndroid::run(int p_device, int p_flags) {
|
||||
args.push_back("--remove-all");
|
||||
err = OS::get_singleton()->execute(adb, args, true, NULL, NULL, &rv);
|
||||
|
||||
int port = Globals::get_singleton()->get("debug/debug_port");
|
||||
int port = Globals::get_singleton()->get("network/debug_port");
|
||||
args.clear();
|
||||
args.push_back("reverse");
|
||||
args.push_back("tcp:" + itos(port));
|
||||
|
||||
Reference in New Issue
Block a user