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

Fix crash with createPortal. #435

Merged
merged 1 commit into from May 29, 2020
Merged

Fix crash with createPortal. #435

merged 1 commit into from May 29, 2020

Conversation

reak998
Copy link
Contributor

@reak998 reak998 commented May 29, 2020

It fixes a crash when we use portals and (at least) this change happend in the scene tree:

Going from:
A <--portal--- B <----portal--- C
To:
D <--portal--- B <----portal--- C

(the replacement of A by D as a parentGroup of B is triggered by a prop change).

@drcmda drcmda merged commit f79f3e0 into pmndrs:master May 29, 2020
drcmda pushed a commit that referenced this pull request May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants