Skip to content

Commit

Permalink
fix: regression: sloppy camera movement
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 19, 2023
1 parent 14a9a2b commit 88aab6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ async function connect(connectOptions: {
initVR(bot, renderer, viewer)

postRenderFrameFn = () => {
// viewer.setFirstPersonCamera(null, bot.entity.yaw, bot.entity.pitch)
viewer.setFirstPersonCamera(null, bot.entity.yaw, bot.entity.pitch)
}

try {
Expand Down

0 comments on commit 88aab6a

Please sign in to comment.