diff --git a/cocos/gi/light-probe/light-probe-group.ts b/cocos/gi/light-probe/light-probe-group.ts index 1e993cdb9d0..e80b312856f 100644 --- a/cocos/gi/light-probe/light-probe-group.ts +++ b/cocos/gi/light-probe/light-probe-group.ts @@ -171,6 +171,7 @@ export class LightProbeGroup extends Component { const changed = this.node.scene.globals.lightProbeInfo.addNode(this.node); if (changed) { this.node.scene.globals.lightProbeInfo.syncData(this.node, this.probes); + this.node.scene.globals.lightProbeInfo.update(true); } }