1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00

Update engine.ts

This commit is contained in:
syuilo
2026-04-09 11:29:20 +09:00
parent 7970fed6e1
commit 85af12d35a

View File

@@ -1500,7 +1500,7 @@ export class RoomEngine {
if (this.grabbingCtx != null) return;
const dir = this.camera.getDirection(BABYLON.Axis.Z).scale(this.scene.useRightHandedSystem ? -1 : 1);
const distance = 30/*cm*/;
const distance = 50/*cm*/;
const id = genId();