Skip to content

Commit

Permalink
faster!
Browse files Browse the repository at this point in the history
  • Loading branch information
JGantts committed Nov 23, 2024
1 parent 68d770c commit 1ff815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgantts-com/src/Curtain/Curtain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async function renderScene(state: AnimationState|null): Promise<AnimationState>
deltaTime = 1
} else {
let currentTime = performance.now()
deltaTime = (currentTime - previousTime) / 20
deltaTime = (currentTime - previousTime) / 16
previousTime = currentTime
}
}
Expand Down

0 comments on commit 1ff815d

Please sign in to comment.