Skip to content

Commit

Permalink
Merge pull request #14925 from BabylonJS/Popov72-patch-2
Browse files Browse the repository at this point in the history
ReflectiveShadowMap: Fix typo in the "no ubo support" path
  • Loading branch information
sebavan authored Mar 28, 2024
2 parents 1c53a27 + b07baca commit aa8bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev/core/src/Rendering/reflectiveShadowMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class RSMCreatePluginMaterial extends MaterialPluginBase {
uniform mat4 rsmTextureProjectionMatrix;
uniform vec4 rsmSpotInfo;
uniform vec3 rsmLightColor;
unfiorm vec3 rsmLightPosition;
uniform vec3 rsmLightPosition;
#endif`,
};
}
Expand Down

0 comments on commit aa8bc3e

Please sign in to comment.