Skip to content

Commit 232d772

Browse files
committed
fix(soba): dummy
1 parent 15b741b commit 232d772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/soba/materials/src/lib/mesh-portal-material.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class ManagePortalScene {
156156

157157
export interface NgtsMeshPortalMaterialOptions extends Partial<NgtShaderMaterial> {
158158
/** Mix the portals own scene with the world scene, 0 = world scene render,
159-
* 0.5 = both scenes render, 1 = portal scene renders, defaults to 0 */
159+
* 0.5 = both scenes render, 1 = portal scene renders, defaults to 0 */
160160
blend: number;
161161
/** Edge fade blur, 0 = no blur (default) */
162162
blur: number;

0 commit comments

Comments
 (0)