1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix 3D sky update performance regression

This commit is contained in:
Hugo Locurcio
2022-02-10 20:21:28 +01:00
parent 38c851a3fa
commit 66d27df12f

View File

@@ -1172,7 +1172,7 @@ void RendererSceneSkyRD::setup(RendererSceneEnvironmentRD *p_env, RID p_render_b
}
}
// Check whether the directional_light_buffer changes
bool light_data_dirty = true;
bool light_data_dirty = false;
// Light buffer is dirty if we have fewer or more lights
// If we have fewer lights, make sure that old lights are disabled