Ver código fonte

Examples: Clean up.

Mr.doob 3 anos atrás
pai
commit
61907845df
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/physics_ammo_instancing.html

+ 1 - 1
examples/physics_ammo_instancing.html

@@ -152,7 +152,7 @@
 					position.set( 0, Math.random() + 1, 0 );
 					physics.setMeshPosition( spheres, position, index );
 
-				}, 17 );
+				}, 1000 / 60 );
 
 			}