From 88aab6a919e23fef35b8fb57ac262a53ce25dc8b Mon Sep 17 00:00:00 2001 From: Vitaly Date: Tue, 19 Sep 2023 23:23:04 +0300 Subject: [PATCH] fix: regression: sloppy camera movement --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0e9189340..99fc01584 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {