Skip to content

Commit 97fe376

Browse files
Chau TranChau Tran
authored andcommitted
fix(soba): update spotLight shadow
1 parent cd67a8b commit 97fe376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/soba/staging/src/spot-light/spot-light-shadow-mesh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function injectShadowMeshCommon(
4444
if (!spotLight) return;
4545
if (isSpotLight(spotLight)) {
4646
spotLight.shadow.mapSize.set(width(), height());
47-
// checkUpdate(spotLight.shadow);
47+
checkUpdate(spotLight.shadow);
4848
} else {
4949
throw new Error('<ngts-spot-light-shadow> must be a child of a <ngts-spot-light>');
5050
}

0 commit comments

Comments
 (0)