Explorar el Código

fix indentation

Lewy Blue hace 8 años
padre
commit
00fb3f8ebf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -1914,7 +1914,7 @@
 
 		var worldMatrices = new Map();
 
-    // Put skeleton into bind pose.
+		// Put skeleton into bind pose.
 		if ( 'Pose' in FBXTree.Objects.subNodes ) {
 
 			var BindPoseNode = FBXTree.Objects.subNodes.Pose;

粤ICP备19079148号