mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
Mono: Fix starting MonoDevelop process from the wrong appdomain
This commit is contained in:
parent
0041efec1d
commit
feb843da2b
@ -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 New Issue
Block a user