Explorar el Código

Editor: Disabled script panel.

Mr.doob hace 10 años
padre
commit
f8eeac990e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      editor/js/Sidebar.js

+ 1 - 1
editor/js/Sidebar.js

@@ -13,7 +13,7 @@ var Sidebar = function ( editor ) {
 	container.add( new Sidebar.Geometry( editor ) );
 	container.add( new Sidebar.Material( editor ) );
 	container.add( new Sidebar.Animation( editor ) );
-	container.add( new Sidebar.Script( editor ) );
+	// container.add( new Sidebar.Script( editor ) );
 
 	return container;