X Tutup
Skip to content

Fix real time reflection probes being constantly recreated.#114281

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
DarioSamo:real-time-probe-fix
Dec 22, 2025
Merged

Fix real time reflection probes being constantly recreated.#114281
akien-mga merged 1 commit intogodotengine:masterfrom
DarioSamo:real-time-probe-fix

Conversation

@DarioSamo
Copy link
Contributor

Fixes #114271.

#107902 introduced a regression where the amount of mipmaps was changed for real time reflection probes, but the condition checking for recreation was not updated to reflect that change.

This PR prevents the issue from happening again by using the same constant used for both the checking and the texture creation.

@clayjohn clayjohn added this to the 4.6 milestone Dec 22, 2025
@akien-mga akien-mga merged commit 63227bb into godotengine:master Dec 22, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

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.

Texture leaks when enabling real-time reflection probes

3 participants

X Tutup