Explorar o código

Fix typo in Skeleton

Takahiro %!s(int64=8) %!d(string=hai) anos
pai
achega
8583c8e13a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = [];