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 errors related to reflection probe now using a render buffers object #70586

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

BastiaanOlij
Copy link
Contributor

Fixes #70532

Now that we're using render buffers for reflection probes as well there were a few places I missed where the old logic was assuming that if render buffers where valid, we must not be rendering reflection probes.

@BastiaanOlij BastiaanOlij requested a review from a team as a code owner December 26, 2022 11:13
@BastiaanOlij BastiaanOlij self-assigned this Dec 26, 2022
@BastiaanOlij BastiaanOlij added this to the 4.0 milestone Dec 26, 2022
Copy link
Member

@clayjohn clayjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and this solves the issue

@YuriSizov YuriSizov merged commit 5674fa0 into godotengine:master Dec 28, 2022
@YuriSizov
Copy link
Contributor

Thanks! Code changes look sensible, and I trust Clay's testing.

@BastiaanOlij BastiaanOlij deleted the fix_reflection_probe branch December 28, 2022 11:09
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.

Scenes with both sky panoramas and ReflectionProbes print "test" 100+ times alongside thousands of errors
3 participants