소스 검색

LineSegments: Fix log message

Mugen87 7 년 전
부모
커밋
0ec8b93288
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {
 
-					console.warn( 'THREE.Line.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' );
+					console.warn( 'THREE.LineSegments.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' );
 
 				}