summaryrefslogtreecommitdiff
path: root/modules/mono
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono')
-rw-r--r--modules/mono/csharp_script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index 44993674c1..1c41b17778 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -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();