You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would have to do more then just function rename since the function got moved from node to canvas item, or is adding it to just the list of rename enough?
Just adding to the renames should be sufficient for most cases. While it's technically possible for users to have been using it on a Node that doesn't inherit CanvasItem, it's unlikely. If they do, they'll get an error, but they would anyway without performing the rename.
Godot version
4.0.beta4
System information
Linux
Issue description
Didn't see raise() -> move_to_front() convert entry in project_converter_3_to_4.cpp, probably need one?
Ref: Rename raise() to move_to_front() #60108
Steps to reproduce
As description, just wanna check if it's a missing.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: