Skip to content

Commit 16285a6

Browse files
committed
Merge pull request #102843 from maxpiepenbrink/fix-voxelgi-warnings
Fix stale VoxelGI warnings.
2 parents 030cc99 + f2d733d commit 16285a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scene/3d/voxel_gi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ void VoxelGI::set_probe_data(const Ref<VoxelGIData> &p_data) {
275275
}
276276

277277
probe_data = p_data;
278+
update_configuration_warnings();
278279
}
279280

280281
Ref<VoxelGIData> VoxelGI::get_probe_data() const {

0 commit comments

Comments
 (0)