Skip to content

Commit

Permalink
Merge pull request godotengine#87533 from YuriSizov/3to4-no-wrapp
Browse files Browse the repository at this point in the history
Remove incorrect C# rename from the project converter
  • Loading branch information
YuriSizov authored Jan 24, 2024
2 parents 442bbb5 + 0713286 commit 4b6ad34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/renames_map_3_to_4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b6ad34

Please sign in to comment.