Merge pull request #55813 from lawnjelly/fix_lighting_dirty

This commit is contained in:
Rémi Verschelde 2021-12-12 20:55:17 +01:00 committed by GitHub
commit 2e9481559d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,7 +324,7 @@ public:
List<Instance *> lightmap_captures;
InstanceGeometryData() {
lighting_dirty = false;
lighting_dirty = true;
reflection_dirty = true;
can_cast_shadows = true;
material_is_animated = true;