parent
9e0b6057e7
commit
3dd4cf3fed
2 changed files with 11 additions and 8 deletions
|
|
@ -101,10 +101,8 @@ void EditorRunNative::_run_native(int p_idx,const String& p_platform) {
|
|||
|
||||
Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(p_platform);
|
||||
ERR_FAIL_COND(eep.is_null());
|
||||
if (deploy_debug_remote) {
|
||||
emit_signal("native_run");
|
||||
emit_signal("native_run");
|
||||
|
||||
}
|
||||
int flags=0;
|
||||
if (deploy_debug_remote)
|
||||
flags|=EditorExportPlatform::EXPORT_REMOTE_DEBUG;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue