You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Merge pull request #55813 from lawnjelly/fix_lighting_dirty
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user