You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Mono: Fix starting MonoDevelop process from the wrong appdomain
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user