Browse Source

LineSegments: Fix log message

Mugen87 7 years ago
parent
commit
0ec8b93288
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/objects/LineSegments.js

+ 1 - 1
src/objects/LineSegments.js

@@ -54,7 +54,7 @@ LineSegments.prototype = Object.assign( Object.create( Line.prototype ), {
 
 
 				} else {
 				} else {
 
 
-					console.warn( 'THREE.Line.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' );
+					console.warn( 'THREE.LineSegments.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' );
 
 
 				}
 				}