We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd67a8b commit 97fe376Copy full SHA for 97fe376
libs/soba/staging/src/spot-light/spot-light-shadow-mesh.ts
@@ -44,7 +44,7 @@ function injectShadowMeshCommon(
44
if (!spotLight) return;
45
if (isSpotLight(spotLight)) {
46
spotLight.shadow.mapSize.set(width(), height());
47
- // checkUpdate(spotLight.shadow);
+ checkUpdate(spotLight.shadow);
48
} else {
49
throw new Error('<ngts-spot-light-shadow> must be a child of a <ngts-spot-light>');
50
}
0 commit comments