1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix never ending loop with overlapping probes

This commit is contained in:
Bastiaan Olij
2024-03-04 20:07:01 +11:00
parent f2045ba822
commit a5d3d23db4
8 changed files with 49 additions and 12 deletions

View File

@@ -541,6 +541,10 @@ void LightStorage::reflection_probe_instance_free(RID p_instance) {
void LightStorage::reflection_probe_instance_set_transform(RID p_instance, const Transform3D &p_transform) {
}
bool LightStorage::reflection_probe_has_atlas_index(RID p_instance) {
return false;
}
void LightStorage::reflection_probe_release_atlas_index(RID p_instance) {
}