ソースを参照

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();
 
 			}