Explorar o código

fixed conflicts more

Lewy Blue %!s(int64=7) %!d(string=hai) anos
pai
achega
573880de95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -1886,7 +1886,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
 		var ambientColor = FBXTree.GlobalSettings.properties.AmbientColor.value;
 		var r = ambientColor[ 0 ];
 		var g = ambientColor[ 1 ];