You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Mono: Fix domain reload never triggering
This commit is contained in:
@@ -647,6 +647,8 @@ void CSharpLanguage::reload_assemblies_if_needed(bool p_soft_reload) {
|
||||
name = "UnnamedProject";
|
||||
}
|
||||
|
||||
name += ".dll";
|
||||
|
||||
if (proj_assembly) {
|
||||
String proj_asm_path = proj_assembly->get_path();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user