From 07132860dcccfef7bed0191bff0f02f8169c20db Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 24 Jan 2024 16:36:11 +0100 Subject: [PATCH] Remove incorrect C# rename from the project converter --- editor/renames_map_3_to_4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/renames_map_3_to_4.cpp b/editor/renames_map_3_to_4.cpp index ba6095db4750..694580911ca0 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