Skip to content

Commit

Permalink
Mono: Fix domain reload never triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
neikeq committed Jul 25, 2018
1 parent 8edf85b commit f1130f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mono/csharp_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ void CSharpLanguage::reload_assemblies_if_needed(bool p_soft_reload) {
name = "UnnamedProject";
}

name += ".dll";

This comment has been minimized.

Copy link
@neikeq

neikeq Jul 25, 2018

Author Contributor

Took long enough to figure that out... 🤦‍♂️

if (proj_assembly) {
String proj_asm_path = proj_assembly->get_path();

Expand Down

0 comments on commit f1130f9

Please sign in to comment.