|
@@ -2221,6 +2221,7 @@
|
|
if (this.collisionCoordinator) {
|
|
if (this.collisionCoordinator) {
|
|
this.collisionCoordinator.onMeshAdded(newMesh);
|
|
this.collisionCoordinator.onMeshAdded(newMesh);
|
|
}
|
|
}
|
|
|
|
+ newMesh._resyncLightSources();
|
|
|
|
|
|
this.onNewMeshAddedObservable.notifyObservers(newMesh);
|
|
this.onNewMeshAddedObservable.notifyObservers(newMesh);
|
|
}
|
|
}
|