提交 26e4b789 编写于 作者: K Kyle Larson

Small bug fix, textures now work.

上级 3ce46c12
......@@ -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":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册