Bläddra i källkod

Mono: Fix starting MonoDevelop process from the wrong appdomain

Ignacio Etcheverry 7 år sedan
förälder
incheckning
feb843da2b
1 ändrade filer med 2 tillägg och 0 borttagningar
  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());