提交 9add2517 编写于 作者: M manthrax

Fix hardcoded reference to material[ 0 ] with currentMaterialSlot

上级 9b12fad6
......@@ -1009,7 +1009,7 @@ Sidebar.Material = function ( editor ) {
if( material.length == 0 ) return;
material = material[0]
material = material[ currentMaterialSlot ]
}
for ( var property in properties ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册