Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal root canvas group does not start with underscore #62558

Closed
winston-yallow opened this issue Jun 30, 2022 · 1 comment · Fixed by #76149
Closed

Internal root canvas group does not start with underscore #62558

winston-yallow opened this issue Jun 30, 2022 · 1 comment · Fixed by #76149
Milestone

Comments

@winston-yallow
Copy link
Contributor

Godot version

4.0.dev (daa055d)

System information

any system

Issue description

The root_canvas* group is not starting with an underscore. According to the docs all internal groups should start with _

I have no idea what the group is used for, but it seems to be defined here: https://github.com/godotengine/godot/blob/daa055d47/scene/main/canvas_item.cpp#L233

Steps to reproduce

Get the groups of a canvas item that is currently the canvas root.

Minimal reproduction project

No response

@winston-yallow winston-yallow changed the title Internal root viewport group does not start with underscore Internal root canvas group does not start with underscore Jun 30, 2022
@winston-yallow
Copy link
Contributor Author

This seems to exist in 3.x too, I just never noticed it there:
https://github.com/godotengine/godot/blob/3.x/scene/2d/canvas_item.cpp#L533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants