Selaa lähdekoodia

Merge pull request #87533 from YuriSizov/3to4-no-wrapp

Remove incorrect C# rename from the project converter
Yuri Sizov 1 vuosi sitten
vanhempi
commit
4b6ad34988
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      editor/renames_map_3_to_4.cpp

+ 0 - 1
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