Skip to content

Commit

Permalink
60 fps
Browse files Browse the repository at this point in the history
  • Loading branch information
j0code committed Mar 23, 2024
1 parent cea42c1 commit ae2ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const perf = {
}
}
export const tickTarget = 20
export const drawTarget = 20
export const drawTarget = 60
const perfTick = perfRun("tick", tick, 1000/tickTarget)
const perfDraw = perfRun("draw", draw, 1000/drawTarget)

Expand Down

0 comments on commit ae2ddb6

Please sign in to comment.