summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorIgnacio Roldán Etcheverry <neikeq@users.noreply.github.com>2022-12-23 21:15:24 +0100
committerGitHub <noreply@github.com>2022-12-23 21:15:24 +0100
commit5784bf1be0cdf409a115556bf6c54f78f3d454ef (patch)
treec19b6c26f0040d2f19a7faaa633ae4c4deb4f2aa /modules/mono/csharp_script.cpp
parenta545c29ace05e4863effe65da9b2a15a7b8f61a4 (diff)
parent24e4ac9167e6c949a6033231848d4d778c869a3d (diff)
downloadredot-engine-5784bf1be0cdf409a115556bf6c54f78f3d454ef.tar.gz
Merge pull request #70486 from raulsntos/dotnet/convert-to
C#: Rename `ConvertToX` methods
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index eca53c4831..26739bcdea 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -451,7 +451,7 @@ static String variant_type_to_managed_name(const String &p_var_type_name) {
}
if (p_var_type_name == Variant::get_type_name(Variant::SIGNAL)) {
- return "SignalInfo";
+ return "Signal";
}
Variant::Type var_types[] = {