Move remote debug buttons to a single menu.
This commit is contained in:
parent
60d031777b
commit
5406b001ca
6 changed files with 43 additions and 67 deletions
|
|
@ -5067,8 +5067,8 @@ bool EditorNode::ensure_main_scene(bool p_from_native) {
|
|||
return true;
|
||||
}
|
||||
|
||||
Error EditorNode::run_play_native(int p_idx, int p_platform) {
|
||||
return run_native->run_native(p_idx, p_platform);
|
||||
Error EditorNode::run_play_native(int p_id) {
|
||||
return run_native->run_native(p_id);
|
||||
}
|
||||
|
||||
void EditorNode::run_play() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue