2
0
Fork 0

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

Remove incorrect C# rename from the project converter
master
Yuri Sizov 2024-01-24 19:25:28 +07:00 committed by GitHub
commit 4b6ad34988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

@ -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