mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Style: Convert namespaces to PascalCase
This commit is contained in:
@@ -613,7 +613,7 @@ bool CSharpLanguage::is_assembly_reloading_needed() {
|
||||
return false; // Already up to date
|
||||
}
|
||||
} else {
|
||||
String assembly_name = path::get_csharp_project_name();
|
||||
String assembly_name = Path::get_csharp_project_name();
|
||||
|
||||
assembly_path = GodotSharpDirs::get_res_temp_assemblies_dir()
|
||||
.path_join(assembly_name + ".dll");
|
||||
|
||||
Reference in New Issue
Block a user