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

Update engine.ts

This commit is contained in:
syuilo
2026-04-04 21:25:13 +09:00
parent df5df25c80
commit fdd360f490

View File

@@ -707,6 +707,7 @@ export class RoomEngine {
await this.loadRoomModel();
await this.loadEnvModel();
// beamLampがあるとなぜかclustered lightがエラーになる
// https://forum.babylonjs.com/t/anisotropy-with-clusteredlightcontainer-bug/63040
await Promise.all(this.roomState.installedObjects.filter(o => o.type !== 'beamLamp').map(o => this.loadObject({
id: o.id,
type: o.type,