Add raise -> move_to_front rename line
This commit is contained in:
parent
2846ea1ffa
commit
378d9a630c
@ -465,6 +465,7 @@ static const char *gdscript_function_renames[][2] = {
|
||||
{ "post_import", "_post_import" }, // EditorScenePostImport
|
||||
{ "print_stray_nodes", "print_orphan_nodes" }, // Node
|
||||
{ "property_list_changed_notify", "notify_property_list_changed" }, // Object
|
||||
{ "raise", "move_to_front" }, // CanvasItem
|
||||
{ "recognize", "_recognize" }, // ResourceFormatLoader
|
||||
{ "regen_normalmaps", "regen_normal_maps" }, // ArrayMesh
|
||||
{ "remove", "remove_at" }, // Array, broke Directory
|
||||
|
Loading…
Reference in New Issue
Block a user