Sfoglia il codice sorgente

Editor: Increased Script update time.

Mr.doob 10 anni fa
parent
commit
91492a64f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 );
 
 	});