mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engine.ts
This commit is contained in:
parent
7970fed6e1
commit
85af12d35a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue