Merge pull request #88645 from KoBeWi/🤦♂️🤦♂️🤦♂️
Fix 3D editor project settings update
This commit is contained in:
commit
2f58db935e
|
@ -2666,10 +2666,6 @@ void Node3DEditorPlugin::edited_scene_changed() {
|
|||
}
|
||||
|
||||
void Node3DEditorViewport::_project_settings_changed() {
|
||||
if (!EditorSettings::get_singleton()->check_changed_settings_in_group("rendering")) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Update shadow atlas if changed.
|
||||
int shadowmap_size = GLOBAL_GET("rendering/lights_and_shadows/positional_shadow/atlas_size");
|
||||
bool shadowmap_16_bits = GLOBAL_GET("rendering/lights_and_shadows/positional_shadow/atlas_16_bits");
|
||||
|
|
Loading…
Reference in New Issue