浏览代码

fixed indentation

Lewy Blue 7 年之前
父节点
当前提交
1788cabe0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -1923,7 +1923,7 @@
 		addAnimations( sceneGraph, animations );
 
 
-    // Parse ambient color - if it's not set to black (default), create an ambient light
+		// Parse ambient color - if it's not set to black (default), create an ambient light
 		if ( 'GlobalSettings' in FBXTree && 'AmbientColor' in FBXTree.GlobalSettings.properties ) {
 
 			var ambientColor = FBXTree.GlobalSettings.properties.AmbientColor.value;