Skip to content

Commit

Permalink
changes following review
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Jan 9, 2024
1 parent 8195ed9 commit 52a2b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class Viewer {

this.frameCount++;

if (this.frameCount >= this.raycastFrameInterval) {
if (this.frameCount > this.raycastFrameInterval) {
this.frameCount = 0;
}
}
Expand Down

0 comments on commit 52a2b39

Please sign in to comment.