Skip to content

Commit 1b18d30

Browse files
committed
fix(soba): revert the dummy commits
1 parent 4ec5d6c commit 1b18d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"release": {
91-
"projects": ["core", "cannon", "postprocessing", "soba", "rapier", "plugin"],
91+
"projects": ["core", "cannon", "postprocessing", "soba", "rapier"],
9292
"version": {
9393
"preVersionCommand": "npm run package",
9494
"generatorOptions": {

0 commit comments

Comments
 (0)