Skip to content

Commit

Permalink
Examples: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Aug 15, 2022
1 parent 9391eeb commit 6190784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/physics_ammo_instancing.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
position.set( 0, Math.random() + 1, 0 );
physics.setMeshPosition( spheres, position, index );

}, 17 );
}, 1000 / 60 );

}

Expand Down

0 comments on commit 6190784

Please sign in to comment.