Explorar el Código

Editor: Fixed material panel bug.

Mr.doob hace 12 años
padre
commit
ef1cb03bdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
 
 			}