Skip to content

Commit

Permalink
add doc line
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemckinstry committed Sep 26, 2024
1 parent 797ebb2 commit 80bb780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ function handleZoom(

let fpsMultiplier = 1;
const fps = object.frameRateMonitor.averageFramesPerSecond;
// we set the ideal browser refresh rate to 30hz
if (fps) {
fpsMultiplier = 30 / fps;
}
Expand Down

0 comments on commit 80bb780

Please sign in to comment.