mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 15:50:45 +00:00
Remove incorrect C# rename from the project converter
This commit is contained in:
parent
442bbb5950
commit
07132860dc
@ -642,7 +642,6 @@ const char *RenamesMap3To4::csharp_function_renames[][2] = {
|
|||||||
{ "_SetEditorDescription", "SetEditorDescription" }, // Node
|
{ "_SetEditorDescription", "SetEditorDescription" }, // Node
|
||||||
{ "_SetPlaying", "SetPlaying" }, // AnimatedSprite3D
|
{ "_SetPlaying", "SetPlaying" }, // AnimatedSprite3D
|
||||||
{ "_ToplevelRaiseSelf", "_TopLevelRaiseSelf" }, // CanvasItem
|
{ "_ToplevelRaiseSelf", "_TopLevelRaiseSelf" }, // CanvasItem
|
||||||
{ "_UpdateWrapAt", "_UpdateWrapAtColumn" }, // TextEdit
|
|
||||||
{ "AddCancel", "AddCancelButton" }, // AcceptDialog
|
{ "AddCancel", "AddCancelButton" }, // AcceptDialog
|
||||||
{ "AddCentralForce", "AddConstantCentralForce" }, //RigidBody2D
|
{ "AddCentralForce", "AddConstantCentralForce" }, //RigidBody2D
|
||||||
{ "AddChildBelowNode", "AddSibling" }, // Node
|
{ "AddChildBelowNode", "AddSibling" }, // Node
|
||||||
|
Loading…
Reference in New Issue
Block a user