Browse Source

Examples: Clean up.

Mr.doob 3 years ago
parent
commit
61907845df
1 changed files with 1 additions and 1 deletions
  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 );
 
 			}