Skip to content

Commit 15502fe

Browse files
committed
fixed syntax
1 parent f00e297 commit 15502fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babylonjs/babylon.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4517,7 +4517,7 @@ declare module BABYLON {
45174517
static ExtrudeShapeCustom(name: string, options: {
45184518
shape: Vector3[];
45194519
path: Vector3[];
4520-
scaleFunction?any;
4520+
scaleFunction?:any;
45214521
rotationFunction?:any;
45224522
ribbonCloseArray?: boolean;
45234523
ribbonClosePath?: boolean;

0 commit comments

Comments
 (0)