浏览代码

Mono: Fix starting MonoDevelop process from the wrong appdomain

Ignacio Etcheverry 7 年之前
父节点
当前提交
feb843da2b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/mono/editor/monodevelop_instance.cpp

+ 2 - 0
modules/mono/editor/monodevelop_instance.cpp

@@ -35,6 +35,8 @@
 
 
 void MonoDevelopInstance::execute(const Vector<String> &p_files) {
 void MonoDevelopInstance::execute(const Vector<String> &p_files) {
 
 
+	_GDMONO_SCOPE_DOMAIN_(TOOLS_DOMAIN)
+
 	ERR_FAIL_NULL(execute_method);
 	ERR_FAIL_NULL(execute_method);
 	ERR_FAIL_COND(gc_handle.is_null());
 	ERR_FAIL_COND(gc_handle.is_null());