Skip to content

Commit 995b568

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
fix(soba): fix args type in grid
1 parent 3cb63a5 commit 995b568

File tree

1 file changed

+1
-1
lines changed
  • libs/soba/abstractions/src/grid

1 file changed

+1
-1
lines changed

libs/soba/abstractions/src/grid/grid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface NgtsGridState {
3030
/** Material side, default: THREE.BackSide */
3131
side: THREE.Side;
3232
/** Default plane-geometry arguments */
33-
args?: ConstructorParameters<typeof THREE.PlaneGeometry>;
33+
args: ConstructorParameters<typeof THREE.PlaneGeometry>;
3434
}
3535

3636
@Component({

0 commit comments

Comments
 (0)