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

TAARenderPass: Fix runtime error in dispose(). #26991

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Conversation

Archimagus
Copy link
Contributor

Description
TAARenderPass throws an error when trying to dispose.

sampleRenderTarget is being deleted and set to null by super.dispose();
the check for undefined was incorrect causing an attempt to call dispose on a null object.

sampleRenderTarget is being deleted and set to null by super.dispose();
the check for undefined was incorrect causing an attempt to call dispose on a null object.
@Mugen87 Mugen87 changed the title Dev Oct 16, 2023
@Mugen87 Mugen87 added this to the r158 milestone Oct 16, 2023
@Mugen87 Mugen87 merged commit 2818a67 into mrdoob:dev Oct 16, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants