Skip to content

Commit 32e40a9

Browse files
authored
Examples: Clean up. (#21864)
1 parent 6fb9292 commit 32e40a9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/jsm/physics/OimoPhysics.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ async function OimoPhysics() {
144144

145145
if ( lastTime > 0 ) {
146146

147-
const delta = ( time - lastTime ) / 1000;
148-
149147
// console.time( 'world.step' );
150148
world.step( 1 / frameRate );
151149
// console.timeEnd( 'world.step' );
27.8 KB
Loading

0 commit comments

Comments
 (0)