We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835f8a commit 19cb79cCopy full SHA for 19cb79c
src/geometries/TubeGeometry.js
@@ -25,7 +25,7 @@ function TubeGeometry( path, tubularSegments, radius, radialSegments, closed, ta
25
closed: closed
26
};
27
28
- if( taper !== undefined ) console.warn( 'THREE.TubeGeometry: taper has been removed.' );
+ if ( taper !== undefined ) console.warn( 'THREE.TubeGeometry: taper has been removed.' );
29
30
var bufferGeometry = new TubeBufferGeometry( path, tubularSegments, radius, radialSegments, closed );
31
0 commit comments