From fa0eac34c2cc12c571870eb25b047994b86dce2e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sun, 3 May 2026 17:06:17 +0900 Subject: [PATCH] Update engine.ts --- packages/frontend/src/world/room/engine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/world/room/engine.ts b/packages/frontend/src/world/room/engine.ts index c141704500..cf8e015321 100644 --- a/packages/frontend/src/world/room/engine.ts +++ b/packages/frontend/src/world/room/engine.ts @@ -187,7 +187,7 @@ export class RoomEngine extends EventEmitter { } private putParticleSystem: BABYLON.ParticleSystem; - private roomLight: BABYLON.SpotLight; + private roomLight: BABYLON.SpotLight; // TODO: これの管理もenv側に持ってく? public lightContainer: BABYLON.ClusteredLightContainer; private gridMaterial: GridMaterial | null = null; private gridPlane: BABYLON.Mesh;