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

Portals - Fix RoomManager PVS enum #52182

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

lawnjelly
Copy link
Member

The PVS mode enum had been declared using scope operator, which does not seem to work correctly from GDScript with the BIND_ENUM_CONSTANT macro.

This PR removes the scope operator in the declaration.

Fixes #51926

The PVS mode enum had been declared using scope operator, which does not seem to work correctly from GDScript with the BIND_ENUM_CONSTANT macro.

This PR removes the scope operator in the declaration.
@lawnjelly lawnjelly requested review from a team as code owners August 28, 2021 06:30
@lawnjelly lawnjelly added this to the 3.4 milestone Aug 28, 2021
@mhilbrunner mhilbrunner merged commit 76693aa into godotengine:3.x Sep 7, 2021
@mhilbrunner
Copy link
Member

Thanks!

@lawnjelly lawnjelly deleted the portals_pvs_enum branch September 12, 2021 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants