Mono: Fix starting MonoDevelop process from the wrong appdomain
This commit is contained in:
parent
0041efec1d
commit
feb843da2b
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
void MonoDevelopInstance::execute(const Vector<String> &p_files) {
|
||||
|
||||
_GDMONO_SCOPE_DOMAIN_(TOOLS_DOMAIN)
|
||||
|
||||
ERR_FAIL_NULL(execute_method);
|
||||
ERR_FAIL_COND(gc_handle.is_null());
|
||||
|
||||
|
|
Loading…
Reference in a new issue