summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2024-01-24 19:25:28 +0100
committerGitHub <noreply@github.com>2024-01-24 19:25:28 +0100
commit4b6ad349886288405890b07d4a8da425eb3c97ec (patch)
tree824451af2460294ec4a8c02075ad6fe18afa689f
parent442bbb595037321fd4d4224c7dde151525bb9538 (diff)
parent07132860dcccfef7bed0191bff0f02f8169c20db (diff)
downloadredot-engine-4b6ad349886288405890b07d4a8da425eb3c97ec.tar.gz
Merge pull request #87533 from YuriSizov/3to4-no-wrapp
Remove incorrect C# rename from the project converter
-rw-r--r--editor/renames_map_3_to_4.cpp1
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