Browse Source

Editor: Increased Script update time.

Mr.doob 10 years ago
parent
commit
91492a64f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Script.js

+ 1 - 1
editor/js/Script.js

@@ -95,7 +95,7 @@ var Script = function ( editor ) {
 			currentObject.needsUpdate = true;
 			signals.materialChanged.dispatch( currentObject );
 
-		}, 200 );
+		}, 300 );
 
 	});