You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #102843 from maxpiepenbrink/fix-voxelgi-warnings
Fix stale VoxelGI warnings.
This commit is contained in:
@@ -275,6 +275,7 @@ void VoxelGI::set_probe_data(const Ref<VoxelGIData> &p_data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
probe_data = p_data;
|
probe_data = p_data;
|
||||||
|
update_configuration_warnings();
|
||||||
}
|
}
|
||||||
|
|
||||||
Ref<VoxelGIData> VoxelGI::get_probe_data() const {
|
Ref<VoxelGIData> VoxelGI::get_probe_data() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user