Explorar o código

Editor: Disabled script panel.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
f8eeac990e
Modificáronse 1 ficheiros con 1 adicións e 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;
 

粤ICP备19079148号