diff --git a/scene/3d/voxel_gi.cpp b/scene/3d/voxel_gi.cpp index f6f004c82eb..25f5d13f0ce 100644 --- a/scene/3d/voxel_gi.cpp +++ b/scene/3d/voxel_gi.cpp @@ -275,6 +275,7 @@ void VoxelGI::set_probe_data(const Ref &p_data) { } probe_data = p_data; + update_configuration_warnings(); } Ref VoxelGI::get_probe_data() const {