Skip to content

Commit

Permalink
Remove incorrect C# rename from the project converter
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Jan 24, 2024
1 parent 442bbb5 commit 0713286
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 0713286

Please sign in to comment.