소스 검색

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":