diff options
author | Yuri Sizov <yuris@humnom.net> | 2024-01-24 16:36:11 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2024-01-24 16:36:11 +0100 |
commit | 07132860dcccfef7bed0191bff0f02f8169c20db (patch) | |
tree | 824451af2460294ec4a8c02075ad6fe18afa689f | |
parent | 442bbb595037321fd4d4224c7dde151525bb9538 (diff) | |
download | redot-engine-07132860dcccfef7bed0191bff0f02f8169c20db.tar.gz |
Remove incorrect C# rename from the project converter
-rw-r--r-- | editor/renames_map_3_to_4.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/renames_map_3_to_4.cpp b/editor/renames_map_3_to_4.cpp index ba6095db47..694580911c 100644 --- a/editor/renames_map_3_to_4.cpp +++ b/editor/renames_map_3_to_4.cpp @@ -642,7 +642,6 @@ const char *RenamesMap3To4::csharp_function_renames[][2] = { { "_SetEditorDescription", "SetEditorDescription" }, // Node { "_SetPlaying", "SetPlaying" }, // AnimatedSprite3D { "_ToplevelRaiseSelf", "_TopLevelRaiseSelf" }, // CanvasItem - { "_UpdateWrapAt", "_UpdateWrapAtColumn" }, // TextEdit { "AddCancel", "AddCancelButton" }, // AcceptDialog { "AddCentralForce", "AddConstantCentralForce" }, //RigidBody2D { "AddChildBelowNode", "AddSibling" }, // Node |