1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 04:05:28 +02:00

Update engine.ts

This commit is contained in:
syuilo
2026-03-26 21:13:29 +09:00
parent 5886260e0b
commit 5458ee016d

View File

@@ -1425,7 +1425,6 @@ export class RoomObjectPreviewEngine {
position: BABYLON.Vector3; position: BABYLON.Vector3;
rotation: BABYLON.Vector3; rotation: BABYLON.Vector3;
options: any; options: any;
isMainLight?: boolean;
}) { }) {
const def = getObjectDef(args.type); const def = getObjectDef(args.type);