mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 11:44:21 +00:00
Mono: Fix domain reload never triggering
This commit is contained in:
parent
8edf85b09c
commit
f1130f9a8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue