浏览代码

Merge pull request #55813 from lawnjelly/fix_lighting_dirty

Rémi Verschelde 3 年之前
父节点
当前提交
2e9481559d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      servers/visual/visual_server_scene.h

+ 1 - 1
servers/visual/visual_server_scene.h

@@ -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;