Explorar el Código

Editor: More animation code commented out.

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

+ 4 - 0
editor/js/Sidebar.Animation.js

@@ -24,6 +24,8 @@ Sidebar.Animation = function ( editor ) {
 	var animationsRow = new UI.Panel();
 	container.add( animationsRow );
 
+	/*
+
 	var animations = {};
 
 	signals.objectAdded.add( function ( object ) {
@@ -105,6 +107,8 @@ Sidebar.Animation = function ( editor ) {
 
 	} );
 
+	*/
+
 	return container;
 
 }