瀏覽代碼

Editor: Fixed material panel bug.

Mr.doob 12 年之前
父節點
當前提交
ef1cb03bdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/js/Sidebar.Material.js

+ 1 - 1
editor/js/Sidebar.Material.js

@@ -264,7 +264,7 @@ Sidebar.Material = function ( editor ) {
 
 			if ( material.uuid !== undefined ) {
 
-				object.uuid = objectUUID.getValue();
+				material.uuid = materialUUID.getValue();
 
 			}