瀏覽代碼

Small bug fix, textures now work.

Kyle Larson 8 年之前
父節點
當前提交
26e4b7897b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -211,7 +211,7 @@
 				var children = nodes.searchConnectionChildren( matNode.id );
 				for ( var i = 0; i < children.length; ++ i ) {
 
-					var type = nodes.searchConnectionType( matNode.id, children[ i ] );
+					var type = nodes.searchConnectionType( children[ i ], matNode.id );
 					switch ( type ) {
 
 						case " \"AmbientColor":