소스 검색

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) {
 
+	_GDMONO_SCOPE_DOMAIN_(TOOLS_DOMAIN)
+
 	ERR_FAIL_NULL(execute_method);
 	ERR_FAIL_COND(gc_handle.is_null());