Browse Source

Fix typo in Skeleton

Takahiro 8 năm trước cách đây
mục cha
commit
8583c8e13a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/objects/Skeleton.js

+ 1 - 1
src/objects/Skeleton.js

@@ -64,7 +64,7 @@ function Skeleton( bones, boneInverses, useVertexTexture ) {
 
 		} else {
 
-			console.warn( 'THREE.Skeleton bonInverses is the wrong length.' );
+			console.warn( 'THREE.Skeleton boneInverses is the wrong length.' );
 
 			this.boneInverses = [];